startWithAudioMuted method

CometChatRTCViewBuilder startWithAudioMuted(
  1. bool startCallWithAudioMuted
)

Implementation

CometChatRTCViewBuilder startWithAudioMuted(bool startCallWithAudioMuted) {
  this.startCallWithAudioMuted = startCallWithAudioMuted;
  return this;
}