LiveStreamAdvancedFeature

Advanced feature configuration for live transcoding.

export class LiveStreamAdvancedFeature {
  
  featureName?: string;
  
  opened?: boolean;
}

To use advanced features for live transcoding, please [contact sales](mailto:support@agora.io).

Properties

featureName
The name of the advanced feature for live transcoding, including LBHQ (Low Bitrate High Quality video feature) and VEO (Video Encoder Optimization feature).
opened
Whether to enable the advanced feature for live transcoding:
  • true: Enable the advanced feature for live transcoding.
  • false: (Default) Disable the advanced feature for live transcoding.