yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dfe7fafc13 - Show all commits

View File

@ -21,7 +21,7 @@ const JoinSetting = forwardRef((_props: any, ref: any) => {
}
setJoinRoomSettingForm((res: any) => {
res.forEach((item: any, index: number) => {
if (index === 0) {
if (index === 0 && role.ID.includes(user.roleId)) {
agora.getAudioMediaList().then(res => {
item.active = res.ecordingList.length ? true : false
})