calls abstract method
- List<
String> participantIds, - CallMediaType mediaType,
- CallParams? params
Create an audio or video call to specified users, supporting both one-on-one and group calls.
participantIds: List of callee IDs, supports single or multiple usersmediaType: Call media type (audio/video)params: Call parameter configuration
Implementation
Future<CompletionHandler> calls(List<String> participantIds, CallMediaType mediaType, CallParams? params);