Type alias SignalingNotifySpotlightChanged
SignalingNotifySpotlightChanged: {
audio: boolean;
client_id: string | null;
connection_id: string | null;
event_type: "spotlight.changed";
fixed?: boolean;
spotlight_id: string;
type: "notify";
video: boolean;
}
Type declaration
-
audio: boolean
-
client_id: string | null
-
connection_id: string | null
-
event_type: "spotlight.changed"
-
Optional
fixed?: boolean
-
spotlight_id: string
-
type: "notify"
-
video: boolean