@override Future<void> call(String userId, TUICallMediaType callMediaType) async { await methodChannel.invokeMethod( 'call', {'userId': userId, 'callMediaType': callMediaType.index}); }