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