channelProfile property Null safety
final
The Agora RtcEngine differentiates channel profiles and applies different optimization algorithms accordingly.
You can choose between 3 default channel profiles ChannelProfile.Communication, ChannelProfile.LiveBroadcasting and ChannelProfile.Game
Implementation
final ChannelProfile? channelProfile;