Agora Java API Reference for Android
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
io.agora.rte.scene.AgoraRteSceneType Enum Reference

Public Member Functions

int getValue ()
 

Static Public Member Functions

static AgoraRteSceneType valueOf (int v)
 

Public Attributes

 SCENE_TYPE_ADHOC =(0)
 
 SCENE_TYPE_COMPATIBLE =(1)
 
 SCENE_TYPE_RANGE =(2)
 
int value
 

Member Data Documentation

◆ SCENE_TYPE_ADHOC

io.agora.rte.scene.AgoraRteSceneType.SCENE_TYPE_ADHOC =(0)

Adhoc scene type. This scene type is using RTC connection as user manager stream. In future, we could use different ways to sync user informations.

◆ SCENE_TYPE_COMPATIBLE

io.agora.rte.scene.AgoraRteSceneType.SCENE_TYPE_COMPATIBLE =(1)

Compatible scene type. In this scene type, the SDK can interoperate with the RTC SDK, but the user can only publish one track to the local stream. Also, the RTC SDK must use string uid for successful interoperation.

◆ SCENE_TYPE_RANGE

io.agora.rte.scene.AgoraRteSceneType.SCENE_TYPE_RANGE =(2)

Range scene type. This scene type is using RTM as user manager stream and range subscription service as beckend. You can automatically subscribe media stream from your own channel.