MediaSFU Angular
    Preparing search index...

    Interface ResponseLocalConnection

    Validates the provided API key or token.

    The API key or token to validate.

    • True if the API key or token is valid, false otherwise.
    interface ResponseLocalConnection {
        socket?: Socket<DefaultEventsMap, DefaultEventsMap>;
        data?: ResponseLocalConnectionData;
    }
    Index

    Properties

    Properties

    socket?: Socket<DefaultEventsMap, DefaultEventsMap>