◆ NETWORK_EVENT_CHANGE
final int io.agora.rtc.AgoraRtcService.NetworkEventType.NETWORK_EVENT_CHANGE = 2 |
|
static |
2: Network type changes. After change, the SDK tries to rejoin the RTC channel and log into the RTM system.
◆ NETWORK_EVENT_DOWN
final int io.agora.rtc.AgoraRtcService.NetworkEventType.NETWORK_EVENT_DOWN = 0 |
|
static |
0: Network connection fails. After connection failure, the SDK tries to rejoin the RTC channel and log into the RTM system.
◆ NETWORK_EVENT_UP
final int io.agora.rtc.AgoraRtcService.NetworkEventType.NETWORK_EVENT_UP = 1 |
|
static |
1: Network connection succeeds.
The documentation for this class was generated from the following file: