calls abstract method
Future<TUIActionCallback>
calls(
- List<
String> userIdList, - TUICallMediaType mediaType,
- TUICallParams params
Place an outgoing call to one or more users.
Params:
userIdList: Callee user IDs.mediaType: Audio or Video.params: Extended call parameters (roomId, push info, timeout, etc.).
Returns: TUIActionCallback.
Implementation
Future<TUIActionCallback> calls(
List<String> userIdList, TUICallMediaType mediaType, TUICallParams params);