channelProfileType property

ChannelProfileType channelProfileType
final

The Agora RtcEngine differentiates channel profiles and applies different optimization algorithms accordingly.

You can choose between 3 default channel profiles ChannelProfileType.channelProfileCommunication, ChannelProfileType.channelProfileLiveBroadcasting, ChannelProfileType.channelProfileCommunication1v1, ChannelProfileType.channelProfileCloudGaming and ChannelProfileType.channelProfileGame

Implementation

final ChannelProfileType channelProfileType;