Class JsSIP.Event

Every event handler in JsSIP is fired with an instance of this class as the only argument.

Instance Attributes

type

String representing the name of the event.

sender

Instance of the class firing the event.

data

Optional Object with the corresponding event data. Each event has its own nature and may offer different fields within this object. Whether an event generates a data object and which its fields are, is documented in the class firing it.