MediaSFU React Native
    Preparing search index...

    Interface CreateJoinRoomError

    interface CreateJoinRoomError {
        error: string;
        success?: boolean;
    }
    Index

    Properties

    Properties

    error: string
    success?: boolean