HlsPushDestinationSettings.customHeaders property

Custom headers to add to the POST requests

Signature:

customHeaders?: {
        name: string;
        value: string;
    }[];