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