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
Name of the advanced feature for live transcoding, including LBHQ (low-bitrate high-quality video) and VEO (optimized video encoder).
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.