IoT SDK for Android v1.8.0
Static Public Attributes | List of all members
io.agora.rtc.AgoraRtcService.CloudProxyType Class Reference

Static Public Attributes

static final int CLOUD_PROXY_NONE = 0
 
static final int CLOUD_PROXY_UDP = 1
 
static final int CLOUD_PROXY_TCP = 3
 
static final int CLOUD_PROXY_AUTO = 100
 

Detailed Description

Cloud proxy type.

Member Data Documentation

◆ CLOUD_PROXY_AUTO

final int io.agora.rtc.AgoraRtcService.CloudProxyType.CLOUD_PROXY_AUTO = 100
static

100: Automatic mode. In this mode, the SDK first connects to SD-RTN™. If the connection fails, the SDK switches the connection to TCP cloud proxy.

◆ CLOUD_PROXY_NONE

final int io.agora.rtc.AgoraRtcService.CloudProxyType.CLOUD_PROXY_NONE = 0
static

0: No cloud proxy.

◆ CLOUD_PROXY_TCP

final int io.agora.rtc.AgoraRtcService.CloudProxyType.CLOUD_PROXY_TCP = 3
static

3: TCP cloud proxy.

◆ CLOUD_PROXY_UDP

final int io.agora.rtc.AgoraRtcService.CloudProxyType.CLOUD_PROXY_UDP = 1
static

1: UDP cloud proxy.


The documentation for this class was generated from the following file: