申请发言权限时,点击的麦克风或者摄像头,得到发言权限后默认打开对应的
This commit is contained in:
parent
9e95286855
commit
9894600bd0
|
|
@ -386,7 +386,6 @@ class MeetingMainLogic extends GetxController with RequestToolMixin {
|
|||
}
|
||||
if (UserStore.to.userInfoEntity.value!.uid == meetingRoomUser.uid) {
|
||||
state.isSpeak.value = true;
|
||||
state.defaulOpenState.value = 1;
|
||||
if (state.defaulOpenState.value == 1) {
|
||||
state.isOpenMicrophone.value = true;
|
||||
} else if (state.defaulOpenState.value == 2) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue