Interface defining the options for joining a local event room.

interface JoinLocalEventRoomOptions {
    joinData: JoinLocalEventRoomParameters;
    link?: string;
}

Properties

Properties

link?: string