isUserVideoMuted method

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

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

Implementation

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