AgoraChannelProfile 常量
Declared in | AgoraEnumerates.h |
---|
AgoraChannelProfile
频道场景
Definition
typedef NS_ENUM(NSInteger, AgoraChannelProfile ) {
AgoraChannelProfileCommunication = 0,
AgoraChannelProfileLiveBroadcasting = 1,
AgoraChannelProfileGame = 2,
};
Constants
AgoraChannelProfileCommunication
-
通信场景 (默认)
该场景适用于常见的一对一或群聊,频道中任何用户都可以自由说话。
Declared In
AgoraEnumerates.h
. AgoraChannelProfileLiveBroadcasting
-
直播场景
该场景有主播和观众两种用户角色,可以通过调用 setClientRole 设置。主播可收发语音和视频,但观众只能收,不能发。
Declared In
AgoraEnumerates.h
. AgoraChannelProfileGame
-
游戏语音场景
该场景默认使用低功耗低码率的编解码器,且频道内任何用户都可以自由发言,适用于游戏场景。
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h