Type Alias CreateRoomResponse

CreateRoomResponse: {
    status: boolean;
    msg: string;
    room_info?: ActiveRoomInfo;
}