startCloudProxy abstract method
Starts cloud proxy.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Notes:
- Call this API before joining the room.
- Pre-call network detection should be after the cloud proxy is turned on.
- RTCVideoEventHandler.onCloudProxyConnected will be triggered after starting cloud proxy and successfully connecting the cloud proxy server.
- Call RTCVideo.stopCloudProxy to stop cloud proxy.
Implementation
Future<int?> startCloudProxy(List<CloudProxyInfo> cloudProxiesInfo);