mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
skip syncing audio input on ios
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -332,7 +332,7 @@ export function useLivekit(
|
||||
): Subscription =>
|
||||
selected$.subscribe((device) => {
|
||||
if (
|
||||
// !(kind === "audioinput" && platform === "ios") &&
|
||||
!(kind === "audioinput" && platform === "ios") &&
|
||||
device !== undefined &&
|
||||
room.getActiveDevice(kind) !== device.id
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user