setIsAudioOnly method

CometChatRTCViewBuilder setIsAudioOnly(
  1. bool audioOnly
)

Implementation

CometChatRTCViewBuilder setIsAudioOnly(bool audioOnly) {
  this.audioOnly = audioOnly;
  return this;
}