muteAudio method

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

Implementation

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