rtcEngine$onCloudProxyConnected method
@detail callback @brief Receives the callback when you call startCloudProxy:{@link #ByteRTCEngine#startCloudProxy} to start cloud proxy, and the SDK connects the proxy server successfully. @param engine ByteRTCEngine object @param interval The interval in ms between starting cloud proxy and connects the cloud proxy server successfully.
Implementation
FutureOr<void> rtcEngine$onCloudProxyConnected(
ByteRTCEngine engine, NSInteger interval) async {}