public interface INetworkObserver
| Modifier and Type | Method and Description |
|---|---|
default void |
onDownlinkNetworkInfoUpdated(AgoraRtcConn agoraRtcConn,
DownlinkNetworkInfo info)
Called when downlink network info is updated.
|
default void |
onUplinkNetworkInfoUpdated(AgoraRtcConn agoraRtcConn,
UplinkNetworkInfo info)
Called when uplink network info is updated.
|
default void onUplinkNetworkInfoUpdated(AgoraRtcConn agoraRtcConn, UplinkNetworkInfo info)
agoraRtcConn - The RTC connection instanceinfo - Uplink network informationdefault void onDownlinkNetworkInfoUpdated(AgoraRtcConn agoraRtcConn, DownlinkNetworkInfo info)
agoraRtcConn - The RTC connection instanceinfo - Downlink network information