setAudioMode method

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

Implementation

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