Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IJoinSubscriberRequest

Hierarchy

  • IJoinSubscriberRequest

Index

Properties

Optional audio

audio: boolean

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

Optional close_pc

close_pc: boolean

true|false, depending on whether or not the PeerConnection should be automatically closed when the publisher leaves; true by default

Optional data

data: boolean

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

feed

feed: number

unique ID of the publisher to subscribe to; mandatory

Optional offer_audio

offer_audio: boolean

true|false; whether or not audio should be negotiated; true by default if the publisher has audio

Optional offer_data

offer_data: boolean

true|false; whether or not datachannels should be negotiated; true by default if the publisher has datachannels

Optional offer_video

offer_video: boolean

true|false; whether or not video should be negotiated; true by default if the publisher has video

Optional private_id

private_id: number

unique ID of the publisher that originated this request; optional, unless mandated by the room configuration

ptype

ptype: "subscriber"

request

request: "join"

room

room: number

unique ID of the room to subscribe in

Optional video

video: boolean

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

Generated using TypeDoc