showSwitchToVideoCallButton method

CometChatRTCViewBuilder showSwitchToVideoCallButton(
  1. bool switchToVideoCallButton
)

Implementation

CometChatRTCViewBuilder showSwitchToVideoCallButton(
    bool switchToVideoCallButton) {
  this.switchToVideoCallButton = switchToVideoCallButton;
  return this;
}