申请发言权限时,点击的麦克风或者摄像头,得到发言权限后默认打开对应的

This commit is contained in:
fuenmao 2024-12-26 16:57:50 +08:00
parent 9e95286855
commit 9894600bd0
1 changed files with 0 additions and 1 deletions

View File

@ -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) {