Interface CreateLocalRoomOptions

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

Properties

Properties

link?: string