HlsPushDestinationSettings.customHeaders property
Custom headers to add to the POST requests
Signature:
customHeaders?: {
name: string;
value: string;
}[];
Custom headers to add to the POST requests
Signature:
customHeaders?: {
name: string;
value: string;
}[];