Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigureRequest

Hierarchy

  • IConfigureRequest

Index

Properties

Optional audio

audio: boolean

true|false, depending on whether or not audio should be relayed; true by default

Optional bitrate

bitrate: number

bitrate cap to return via REMB; optional, overrides the global room value if present (unless bitrate_cap is set)

Optional data

data: boolean

true|false, depending on whether or not data should be relayed; true by default

Optional display

display: string

new display name to use in the room; optional

Optional filename

filename: string

if recording, the base path/file to use for the recording files; optional

Optional keyframe

keyframe: boolean

true|false, whether we should send this publisher a keyframe request

Optional record

record: boolean

true|false, whether this publisher should be recorded or not; optional

request

request: "configure"

Optional video

video: boolean

true|false, depending on whether or not video should be relayed; true by default

Generated using TypeDoc