inviteUser abstract method
Invite more users to the current call.
Returns: TUIValueCallBack with a list of user IDs that failed to be invited (empty list if all succeed).
Implementation
Future<TUIValueCallBack<List<String>>> inviteUser(List<String> userIdList, TUICallParams params);