makeGroupVideoCall method
Future<void>
makeGroupVideoCall(
- String groupJid,
- List<
String> ? jidList, - dynamic callback(
- FlyResponse response
This method is used to make the group video call.
Implementation
Future<void> makeGroupVideoCall(String groupJid, List<String>? jidList,
Function(FlyResponse response)? callback) async {
throw UnimplementedError('makeGroupVideoCall has not been implemented.');
}