setChannelProfile abstract method
设置房间的场景。 通过此接口可以实现设置房间场景为通话(默认)或直播场景。针对不同场景采取的优化策略不同,通话场景侧重语音流畅度,直播场景侧重视频清晰度。
调用时机
请在初始化后调用该方法,且该方法仅可在加入房间前调用。
参数说明
channelProfile
房间的场景。具体请参见 NERtcChannelProfile。
- communication:通信场景。
- liveBroadcasting:直播场景。
Implementation
Future<int> setChannelProfile(int channelProfile);