Help Center> Meeting> Client SDK Reference> Android SDK> API Reference> Basic Settings> Enabling or Disabling Chat for a Meeting
Updated on 2023-03-23 GMT+08:00

Enabling or Disabling Chat for a Meeting

You can configure whether to enable the chat function for a meeting in OpenSDKConfig.

Figure 1 displays the screen when the chat function is enabled in the meeting.

Figure 2 displays the screen when the chat function is disabled in the meeting.

Application Scenarios

If in-meeting chat is not required in the application, you can disable in-meeting chat.

Precautions

1. sdkConfig takes effect only when this configuration is passed during SDK initialization.

Figure 1 Chat enabled
Figure 2 Chat disabled

Sample Code

1
2
OpenSDKConfig sdkConfig = new OpenSDKConfig(Context)
                .setNeedConfChat(false)