setMode method

Implementation

CometChatRTCViewBuilder setMode(String mode) {
  this.mode = mode;
  return this;
}