ScreenVideoParameters

Video encoding configuration for the shared screen stream.

export class ScreenVideoParameters {
  
  dimensions?: VideoDimensions;
  
  frameRate?: number;
  
  bitrate?: number;
  
  contentHint?: VideoContentHint;
}

Properties

dimensions
Video encoding resolution. Default is 1280 × 720.
frameRate
Video encoding frame rate (fps). Default is 15.
bitrate
Video encoding bitrate (Kbps).
contentHint
Content type of the screen sharing video.