Origin Endpoint Encryption Contract Configuration
data class OriginEndpointEncryptionContractConfiguration(val presetSpeke20Audio: OriginEndpointPresetSpeke20Audio, val presetSpeke20Video: OriginEndpointPresetSpeke20Video)
Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.
Constructors
Link copied to clipboard
constructor(presetSpeke20Audio: OriginEndpointPresetSpeke20Audio, presetSpeke20Video: OriginEndpointPresetSpeke20Video)