[mirotalksfu] - fix

هذا الالتزام موجود في:
Miroslav Pejic
2024-02-08 08:44:10 +01:00
الأصل 9239ecaa91
التزام 6140910afe

عرض الملف

@@ -2385,7 +2385,9 @@ class RoomClient {
} else {
const audioElements = this.remoteAudioEl.querySelectorAll('audio');
audioElements.forEach(async (audioElement) => {
await this.attachSinkId(audioElement, audioDestination);
if (!audioElement.includes('__localAudio')) {
await this.attachSinkId(audioElement, audioDestination);
}
});
}
}