1.优化自己进入会议室自动打开订阅音视频流
This commit is contained in:
parent
d9c2a52070
commit
3813d88d0c
|
|
@ -192,7 +192,7 @@ class MeetingMainLogic extends GetxController with RequestToolMixin{
|
|||
uid: 0,
|
||||
options: const ChannelMediaOptions(
|
||||
// 自动订阅所有视频流
|
||||
autoSubscribeVideo: false,
|
||||
autoSubscribeVideo: true,
|
||||
// 自动订阅所有音频流
|
||||
autoSubscribeAudio: true,
|
||||
// 发布摄像头采集的视频
|
||||
|
|
|
|||
Loading…
Reference in New Issue