Type Alias SessionsCreateSessionResponse
SessionsCreateSessionResponse: {
created_at?: string;
passcode?: string;
session_id?: string;
session_name: string;
session_number?: number;
settings?: {
auto_recording?: "cloud" | "none";
global_dial_in_countries?: string[];
global_dial_in_numbers?: {
country?: string;
country_name?: string;
number?: string;
type?: "toll" | "tollfree" | "premium";
}[];
};
}