Type Alias ActiveRoomInfo
ActiveRoomInfo: {
room_title: string;
room_id: string;
sid: string;
joined_participants: number;
is_running: boolean;
is_recording: boolean;
is_active_rtmp: boolean;
webhook_url: string;
creation_time: number;
metadata: string;
}
Type declaration
room_title: string
room_id: string
sid: string
joined_participants: number
is_running: boolean
is_recording: boolean
is_active_rtmp: boolean
webhook_url: string
creation_time: number
metadata: string