Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CHANNEL_PROFILE_TYPE

The channel profile.

Index

Enumeration members

CHANNEL_PROFILE_COMMUNICATION

CHANNEL_PROFILE_COMMUNICATION: = 0

(Default) Communication. This profile applies to scenarios such as an audio call or video call, where all users can publish and subscribe to streams.

CHANNEL_PROFILE_GAME

CHANNEL_PROFILE_GAME: = 2

2: Agora recommends not using this profile.

CHANNEL_PROFILE_LIVE_BROADCASTING

CHANNEL_PROFILE_LIVE_BROADCASTING: = 1

Live streaming. In this profile, uses have roles, namely, host and audience (default).

A host both publishes and subscribes to streams, while an audience subscribes to streams only. This profile applies to scenarios such as a chat room or interactive video streaming.

Generated using TypeDoc