Type Alias SignalingNotifySpotlightChanged
SignalingNotifySpotlightChanged: {
audio: boolean;
client_id: string | null;
connection_id: string | null;
event_type: "spotlight.changed";
fixed?: boolean;
spotlight_id: string;
type: typeof SIGNALING_MESSAGE_TYPE_NOTIFY;
video: boolean;
}