MediaSFU Angular
    Preparing search index...

    Interface CreateJoinLocalRoomResponse

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

    Properties

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