startRecordingOnCallStart method

CometChatRTCViewBuilder startRecordingOnCallStart(
  1. bool startRecording
)

Implementation

CometChatRTCViewBuilder startRecordingOnCallStart(bool startRecording) {
  this.startRecording = startRecording;
  return this;
}