Type alias SignalingNotifySpotlightUnfocused
SignalingNotifySpotlightUnfocused: {
audio: boolean;
client_id: string | null;
connection_id: string;
event_type: "spotlight.unfocused";
fixed: boolean;
type: "notify";
video: boolean;
}
Type declaration
-
audio: boolean
-
client_id: string | null
-
connection_id: string
-
event_type: "spotlight.unfocused"
-
fixed: boolean
-
type: "notify"
-
video: boolean