MediaSFU React Native
    Preparing search index...

    Interface JoinLocalEventRoomOptions

    Interface defining the options for joining a local event room.

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

    Properties

    Properties

    link?: string