interface CreateRequest {
    fallbackToSource?: boolean;
    id?: string;
    ipAddresses?: string[];
    ipAddressRanges?: (
        | { cidr?: string; end: string; start: string }
        | { cidr: string; end?: string; start?: string }
    )[];
    overrideAccountSlideDelay?: boolean;
    parentZoneId?: string;
    revConnectEnabled?: boolean;
    revConnectSetting?: {
        disableFallback?: boolean;
        groupPeersByZoneIPAddresses?: boolean;
        maxZoneMeshes?: number;
        useUls?: boolean;
    };
    slideDelaySeconds?: number;
    supportsMulticast?: boolean;
    targetDevices?: TargetDeviceRequest[];
    zoneRendition?: {
        highBitrate: boolean;
        lowBitrate: boolean;
        midBitrate: boolean;
    };
}

Properties

fallbackToSource?: boolean

Allow viewers, if distribution modalities fail, to fallback to Source (if available) for unicast playback."

id?: string
ipAddresses?: string[]
ipAddressRanges?: (
    | { cidr?: string; end: string; start: string }
    | { cidr: string; end?: string; start?: string }
)[]
overrideAccountSlideDelay?: boolean
parentZoneId?: string
revConnectEnabled?: boolean
revConnectSetting?: {
    disableFallback?: boolean;
    groupPeersByZoneIPAddresses?: boolean;
    maxZoneMeshes?: number;
    useUls?: boolean;
}

Type declaration

  • OptionaldisableFallback?: boolean

    Disables fallback to a unicast stream (if available) which means the zone only supports multicast or Rev Connect.

  • OptionalgroupPeersByZoneIPAddresses?: boolean
  • OptionalmaxZoneMeshes?: number

    0; Defines the upper limit of what can be used within the zone based on licensing retrictions.

  • OptionaluseUls?: boolean
slideDelaySeconds?: number
supportsMulticast?: boolean
targetDevices?: TargetDeviceRequest[]
zoneRendition?: {
    highBitrate: boolean;
    lowBitrate: boolean;
    midBitrate: boolean;
}

Rendition selection for Auto Unicast of Cloud Streams in zone. All bitrates are seleced by default. All bitrates must be selected if any zone device is a DME that has version lower than 3.28.