The options to pass directly into createAnswer().
The options to pass directly into createOffer().
Options to pass directly into the RTCPeerConnection constructor.
If true
, enable Trickle ICE.
If disabled, each peer will gather ICE candidates for trickleTimeout ms before being considered "ready".
This is false
by default. Switchboard requires that this be disabled.
If not using Trickle ICE, wait up to this long for ICE Candidate to arrive. For connections that are very slow, you may see more reliable results by increasing this value.
Generated using TypeDoc
These are the options each Peer object accepts in its constructor.