Interface JoinLocalEventRoomOptions

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

Properties

Properties

link?: string