mirror of https://github.com/jetkvm/kvm.git
Cleanup: reduce drift from dev
This commit is contained in:
parent
bb5634be58
commit
532e83e514
|
|
@ -13,4 +13,3 @@ node_modules
|
|||
# generated during the build process
|
||||
#internal/native/include
|
||||
#internal/native/lib
|
||||
internal/audio/bin/
|
||||
|
|
|
|||
|
|
@ -539,7 +539,6 @@ export default function KvmIdRoute() {
|
|||
const audioTrack = stream.getAudioTracks()[0];
|
||||
if (audioTrack && audioTransceiver.sender) {
|
||||
audioTransceiver.sender.replaceTrack(audioTrack);
|
||||
console.debug("[setupPeerConnection] Audio track settings:", audioTrack.getSettings());
|
||||
}
|
||||
}).catch((err) => {
|
||||
console.warn("Microphone access denied or unavailable:", err.message);
|
||||
|
|
|
|||
Loading…
Reference in New Issue