Remove "exposeEventTarget" patch

This commit is contained in:
redphx
2024-05-12 15:51:13 +07:00
parent 99a9396d5b
commit 5e1c5c5420
3 changed files with 18 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ export enum BxEvent {
STREAM_WEBRTC_CONNECTED = 'bx-stream-webrtc-connected',
STREAM_WEBRTC_DISCONNECTED = 'bx-stream-webrtc-disconnected',
STREAM_EVENT_TARGET_READY = 'bx-stream-event-target-ready',
// STREAM_EVENT_TARGET_READY = 'bx-stream-event-target-ready',
STREAM_SESSION_READY = 'bx-stream-session-ready',
CUSTOM_TOUCH_LAYOUTS_LOADED = 'bx-custom-touch-layouts-loaded',
@@ -33,6 +33,7 @@ export enum BxEvent {
DATA_CHANNEL_CREATED = 'bx-data-channel-created',
GAME_BAR_ACTION_ACTIVATED = 'bx-game-bar-action-activated',
MICROPHONE_STATE_CHANGED = 'bx-microphone-state-changed',
}
export enum XcloudEvent {