Agora Java API Reference for Android
|
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 |
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.
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.
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.