MediaSFU React Native
    Preparing search index...

    Interface CreateJoinLocalRoomResponse

    Interface defining the response structure when creating or joining a local room.

    interface CreateJoinLocalRoomResponse {
        success: boolean;
        secret: string;
        reason?: string;
        url?: string;
    }
    Index

    Properties

    success: boolean
    secret: string
    reason?: string
    url?: string