startCloudProxy abstract method
开启云代理
返回值:
0
:调用成功;<0
:调用失败,具体原因参看 ReturnStatus。
注意:
- 在加入房间前调用此接口。
- 在开启云代理后,进行通话前网络探测。
- 开启云代理后,并成功链接云代理服务器后,会收到 RTCVideoEventHandler.onCloudProxyConnected。
- 要关闭云代理,调用 RTCVideo.stopCloudProxy。
Implementation
Future<int?> startCloudProxy(List<CloudProxyInfo> cloudProxiesInfo);