Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPublishRequest

Hierarchy

  • IPublishRequest

Index

Properties

Optional audio

audio: boolean

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

Optional audiocodec

audiocodec: string

audio codec to prefer among the negotiated ones; optional

Optional bitrate

bitrate: number

bitrate cap to return via REMB; optional, overrides the global room value if present

Optional data

data: boolean

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

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 record

record: boolean

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

request

request: "publish"

Optional video

video: boolean

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

Optional videocodec

videocodec: string

video codec to prefer among the negotiated ones; optional

Generated using TypeDoc