@dolbyio/dolbyio-rest-apis-client - v6.3.0
    Preparing search index...

    Interface TestWebhookRequest

    Represents a webhook test request.

    interface TestWebhookRequest {
        streamName?: string;
        transcoderName?: string;
        webhookType: WebhookType;
    }
    Index

    Properties

    streamName?: string

    StreamName to include in test webhook payload. If not provided a default value will be used.

    transcoderName?: string

    TranscoderName to include in test webhook payload. If not provided a default value will be used..

    webhookType: WebhookType

    Type of webhook event to test.