showChatButton method
Shows the chat button.
Implementation
CallSettingsBuilder showChatButton() {
_chatButtonVisible = true;
return this;
}
Shows the chat button.
CallSettingsBuilder showChatButton() {
_chatButtonVisible = true;
return this;
}