setEndCallButtonDisable method

CometChatRTCViewBuilder setEndCallButtonDisable(
  1. bool showEndCallButton
)

Implementation

CometChatRTCViewBuilder setEndCallButtonDisable(bool showEndCallButton) {
  this.showEndCallButton = showEndCallButton;
  return this;
}