isUserAudioMuted method

Future<bool?> isUserAudioMuted([
  1. String? userJid
])

This method is used to check if the user audio is muted.

Implementation

Future<bool?> isUserAudioMuted([String? userJid]) async {
  throw UnimplementedError('isUserAudioMuted has not been implemented.');
}