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