共用方式為


VideoSendConstraints type

表示視訊串流條件約束

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