Skip to main content
Plivo Browser SDK allows you to make and receive calls using Plivo applications directly from any web browser that supports webRTC. Using our SDK you can create applications like Click to Call, Conferencing Apps and even Webphones.

Variables

Methods

Audio Device API

Methods

Objects

Events

CallInfo Object

A CallInfo object is passed as a parameter for the following event callbacks:
  1. onCallRemoteRinging
  2. onCallConnected
  3. onCallAnswered
  4. onMediaConnected
  5. onCallTerminated
  6. onIncomingCall
  7. onIncomingCallCanceled
  8. onIncomingCallIgnored
  9. onCallFailed
This JSON object contains the callUUID as well as other information about the call for which the event was generated.

Examples

Visit our GitHub repo for examples.