CHANNEL_PROFILE_TYPE

Channel profile type.

Enumerations

CHANNEL_PROFILE_COMMUNICATION
(0): Communication scenario. Suitable for scenarios with only two users in the channel.
CHANNEL_PROFILE_LIVE_BROADCASTING
(1): Live broadcasting scenario. Suitable for scenarios with more than two users in the channel.
CHANNEL_PROFILE_GAME
(2): Gaming scenario.
Note: This profile is deprecated. Use CHANNEL_PROFILE_LIVE_BROADCASTING instead.
CHANNEL_PROFILE_CLOUD_GAMING
(3): Cloud gaming scenario. Optimized for latency, suitable for scenarios requiring frequent interaction between users.
Note: This profile is deprecated. Use CHANNEL_PROFILE_LIVE_BROADCASTING instead.