call method
Make a call
@param userId callees @param callMediaType Call type
Implementation
Future<void> call(String userId, TUICallMediaType callMediaType,
[TUICallParams? params]) async {
CallManager.instance.call(userId, callMediaType, params);
}