AgoraChannelProfile Constants Reference

Declared in AgoraEnumerates.h

AgoraChannelProfile

频道场景

Definition

typedef NS_ENUM(NSInteger, AgoraChannelProfile ) {
   AgoraChannelProfileCommunication = 0,
   AgoraChannelProfileLiveBroadcasting = 1,
   AgoraChannelProfileGame = 2,
};

Constants

AgoraChannelProfileCommunication

0: 通信场景。

该场景下,频道内所有用户都可以发布和接收音、视频流。适用于语音通话、视频群聊等应用场景。

Declared In AgoraEnumerates.h.

AgoraChannelProfileLiveBroadcasting

1: 直播场景

该场景有主播和观众两种用户角色,可以通过 setClientRole 设置。主播可以发布和接收音视频流,观众直接接收流。适用于语聊房、视频直播、互动大班课等应用场景。

Declared In AgoraEnumerates.h.

AgoraChannelProfileGame

声网不推荐使用。

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h