Interface defining the response structure when joining a local room.

interface CreateLocalRoomOptions {
    createData: CreateLocalRoomParameters;
    link?: string;
}

Properties

Properties

link?: string