Skip to content

[v3.6.5] (July 21 2023)

Compare
Choose a tag to compare
@AhyoungRyu AhyoungRyu released this 21 Jul 06:31
· 501 commits to main since this release

Feat:

  • Add a new prop sdkInitParams that allows passing custom parameters when sdk.init(params) is called from outside of UIKit.

e.g.

<SendbirdProvider
  sdkInitParams={{
    appStateToggleEnabled: false,
    debugMode: true,
    // more options can be found here https://sendbird.com/docs/chat/v4/javascript/ref/interfaces/_sendbird_chat.SendbirdChatParams.html
  }}
/>