onvif
    Preparing search index...

    Interface WebRTCConfiguration

    interface WebRTCConfiguration {
        authorizationServer: string;
        certPathValidationPolicyID?: string;
        connected?: boolean;
        defaultProfile: string;
        enabled: boolean;
        error?: string;
        signalingServer: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    authorizationServer: string

    The Authorization Server to use for getting access tokens. This refers to an entity in the list of configured Authorization Servers in the [ONVIF Security Service Specification].

    certPathValidationPolicyID?: string

    The CertPathValidationPolicyID for validating the signaling server certificate.

    connected?: boolean

    Indicates if the device is connected to the server. This parameter is read-only.

    defaultProfile: string

    The default media profile to use for streaming if no specific profile is specified when initializing a session.

    enabled: boolean

    Enables/disables the configuration.

    error?: string

    Optional user readable error information (readonly).

    signalingServer: string

    The signaling server URI.