MediaSFU React Native
    Preparing search index...

    Interface CreateLocalRoomOptions

    Interface defining the response structure when joining a local room.

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

    Properties

    Properties

    link?: string