SignalingSubscribeOptions

Source: Signaling.js:36

Properties

  • vad (String) — Enable VAD multiplexing for secondary sources.
  • pinnedSourceId (String) — Id of the main source that will be received by the default MediaStream.
  • excludedSourceIds (Array.<String>) — Do not receive media from the these source ids.
  • events (Array.<String>) — Override which events will be delivered by the server ("active" | "inactive" | "vad" | "layers" | "updated").
  • layer (LayerInfo) — Select the simulcast encoding layer and svc layers for the main video track, leave empty for automatic layer selection based on bandwidth estimation.

Type

Object