管理员赋予自己发言权限时,默认开启麦克风
This commit is contained in:
parent
7d2f8e543d
commit
3b2e981d6b
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue