Skip to content
alongubkin edited this page Oct 10, 2014 · 27 revisions

WikiAPI Reference

Everything in PhoneRTC is scoped under the phonertc namespace.

Session

A session represents a connection between 2 users.

# Session(config)

Constructs a new Session based on the config parameter. The config parameter should be an object with the following properties:

  • isInitiator (boolean) - determines whether or not this session sends the WebRTC offer.
  • turn (object) - represents the details of the TURN server. Has 3 string properties: host, username and password.
  • streams (object) - represents which tracks will be sent. Has 2 boolean properties: audio, video.
Clone this wiki locally