invite abstract method
- List<
String> participantIds, - CallParams? params
Invite other users to join during an ongoing call.
participantIds: List of invitee IDsparams: Call parameter configuration
Implementation
Future<CompletionHandler> invite(List<String> participantIds, CallParams? params);