Feat:
- Add a new prop
sdkInitParams
that allows passing custom parameters whensdk.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
}}
/>