startWebexCalling method
Implementation
@override
Future<void> startWebexCalling({required String callerId, required String jwtToken}) async {
await methodChannel
.invokeMethod<String>('startWebexCalling', {'caller_id': callerId, 'jwt_token': jwtToken});
}