mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
Fix office mic selection (#5779)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
c53c434aeb
commit
9585a1106f
@ -425,7 +425,7 @@ export async function setMic (value: boolean): Promise<void> {
|
||||
opt.deviceId = available.deviceId
|
||||
}
|
||||
}
|
||||
await lk.localParticipant.setMicrophoneEnabled(value)
|
||||
await lk.localParticipant.setMicrophoneEnabled(value, opt)
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user