mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
@@ -327,9 +327,9 @@ export function useLivekit(
|
|||||||
): Subscription =>
|
): Subscription =>
|
||||||
selected$.subscribe((device) => {
|
selected$.subscribe((device) => {
|
||||||
logger.info(
|
logger.info(
|
||||||
"[LivekitRoom] syncDevice room.getActiveDevice(kind) !== d.id :",
|
"[LivekitRoom] syncDevice we compare the current active device (room.getActiveDevice):",
|
||||||
room.getActiveDevice(kind),
|
room.getActiveDevice(kind),
|
||||||
" !== ",
|
" and the selected device (device.id):",
|
||||||
device?.id,
|
device?.id,
|
||||||
);
|
);
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user