Udostępnij za pośrednictwem


VideoSendConstraints type

Reprezentuje ograniczenia strumienia wideo

type VideoSendConstraints = {
  bitrate?: MediaConstraintRange
  frameHeight?: MediaConstraintRange
  frameRate?: MediaConstraintRange
}