makeGroupVideoCall method

Future<bool> makeGroupVideoCall(
  1. String groupJid,
  2. List<String>? jidList
)

Implementation

Future<bool> makeGroupVideoCall(String groupJid,List<String>? jidList) async {
  throw UnimplementedError('makeGroupVideoCall has not been implemented.');
}