Stop using MutationObserver in stream-ui

This commit is contained in:
redphx
2025-02-07 17:31:30 +07:00
parent 85339f09da
commit ac20cc51cc
6 changed files with 133 additions and 170 deletions

View File

@@ -69,6 +69,7 @@ type StreamEvents = {
'microphone.state.changed': { state: MicrophoneState };
'ui.streamHud.rendered': { expanded: boolean },
'ui.streamMenu.rendered': {},
dataChannelCreated: { dataChannel: RTCDataChannel };
};