@vonage/media-processor
    Preparing search index...

    Type Alias VonageMetadata

    Specifies the addional information being sent with the telemetry collected by the library.

    type VonageMetadata = {
        appId: string;
        proxyUrl?: string;
        sourceType: VonageSourceType;
    }
    Index

    Properties

    appId: string

    Some string identifier identifying the application using the library.

    proxyUrl?: string

    The proxy URL to route all internet traffic generated by this library. This field is optional.

    sourceType: VonageSourceType

    Type of source using the library.