mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
@@ -337,7 +337,7 @@ export function useLivekit(
|
|||||||
if (controlledAudioDevices && kind === "audiooutput") {
|
if (controlledAudioDevices && kind === "audiooutput") {
|
||||||
d = { id: "" };
|
d = { id: "" };
|
||||||
}
|
}
|
||||||
logger.info(
|
logger.warn(
|
||||||
"[LivekitRoom] syncDevice room.getActiveDevice(kind) !== d.id :",
|
"[LivekitRoom] syncDevice room.getActiveDevice(kind) !== d.id :",
|
||||||
room.getActiveDevice(kind),
|
room.getActiveDevice(kind),
|
||||||
" !== ",
|
" !== ",
|
||||||
|
|||||||
Reference in New Issue
Block a user