startWithVideoMuted method

CometChatRTCViewBuilder startWithVideoMuted(
  1. bool startCallWithVideoMuted
)

Implementation

CometChatRTCViewBuilder startWithVideoMuted(bool startCallWithVideoMuted) {
  this.startCallWithVideoMuted = startCallWithVideoMuted;
  return this;
}