mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +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 =>
|
): Subscription =>
|
||||||
selected$.subscribe((device) => {
|
selected$.subscribe((device) => {
|
||||||
if (
|
if (
|
||||||
// !(kind === "audioinput" && platform === "ios") &&
|
!(kind === "audioinput" && platform === "ios") &&
|
||||||
device !== undefined &&
|
device !== undefined &&
|
||||||
room.getActiveDevice(kind) !== device.id
|
room.getActiveDevice(kind) !== device.id
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user