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