管理员赋予自己发言权限时,默认开启麦克风

This commit is contained in:
fuenmao 2024-12-25 16:59:32 +08:00
parent 7d2f8e543d
commit 3b2e981d6b
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ 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){