mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-25 01:39:53 +00: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
|
opt.deviceId = available.deviceId
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await lk.localParticipant.setMicrophoneEnabled(value)
|
await lk.localParticipant.setMicrophoneEnabled(value, opt)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err)
|
console.error(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user