Options
Menu

Interface Config

Mandatory config options to be passed to the Connection constructor.

Hierarchy

  • Config

Index

Properties

audioHelper

audioHelper: IAudioHelper

An AudioHelper instance to be used for input/output devices.

getUserMedia

getUserMedia: function

A method to use for getUserMedia.

Type declaration

    • (constraints: MediaStreamConstraints): Promise<MediaStream>
    • Parameters

      • constraints: MediaStreamConstraints

      Returns Promise<MediaStream>

isUnifiedPlanDefault

isUnifiedPlanDefault: boolean

Whether or not the browser uses unified-plan SDP by default.

pstream

pstream: IPStream

The PStream instance to use for Twilio call signaling.

publisher

publisher: IPublisher

An EventPublisher instance to use for publishing events

soundcache

soundcache: Map<SoundName, ISound>

A Map of Sounds to play.

Generated using TypeDoc