showRecordingButton method

CometChatRTCViewBuilder showRecordingButton(
  1. bool recordingButton
)

Implementation

CometChatRTCViewBuilder showRecordingButton(bool recordingButton) {
  this.recordingButton = recordingButton;
  return this;
}