onLocalProxyStateChanged property

OnLocalProxyStateChangedType? onLocalProxyStateChanged
getter/setter pair

Callback on local proxy connection. After calling RTCVideo.setLocalProxy to set local proxies, you will receive this callback that informs you of the states of local proxy connection.

Implementation

OnLocalProxyStateChangedType? onLocalProxyStateChanged;