startRecording method

void startRecording(
  1. dynamic onSuccess(
    1. String success
    ),
  2. dynamic onError(
    1. CometChatCallsException e
    )
)

Implementation

void startRecording(Function(String success) onSuccess,
    Function(CometChatCallsException e) onError) {
  throw UnimplementedError('startSession has not been implemented.');
}