[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-02-08 14:01:09 +01:00
الأصل 6140910afe
التزام 2bbffc4906

عرض الملف

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