A simple yet powerful API which takes care of SIP signaling and WebRTC media sessions for you.
| Class | Description |
|---|---|
| Ack | A request to confirm a Session (incoming ACK). |
| Bye | A request to end a Session (incoming BYE). |
| ContentTypeUnsupportedError | An exception indicating an unsupported content type prevented execution. |
| Info | An exchange of information (incoming INFO). |
| Invitation | An invitation is an offer to establish a Session (incoming INVITE). |
| Inviter | An inviter offers to establish a Session (outgoing INVITE). |
| Message | A received message (incoming MESSAGE). |
| Messager | A messager sends a Message (outgoing MESSAGE). |
| Notification | A notification of an event (incoming NOTIFY). |
| Publisher | A publisher publishes a publication (outgoing PUBLISH). |
| Referral | A request to establish a Session elsewhere (incoming REFER). |
| Registerer | A registerer registers a contact for an address of record (outgoing REGISTER). |
| RequestPendingError | An exception indicating an outstanding prior request prevented execution. |
| Session | A session provides real time communication between one or more participants. |
| SessionDescriptionHandlerError | An exception indicating a session description handler error occured. |
| SessionTerminatedError | An exception indicating the session terminated before the action completed. |
| StateTransitionError | An exception indicating an invalid state transition error occured. |
| Subscriber | A subscriber establishes a Subscription (outgoing SUBSCRIBE). |
| Subscription | A subscription provides Notification of events. |
| UserAgent | A user agent sends and receives requests using a Transport. |
| Enumeration | Description |
|---|---|
| PublisherState | Publisher state. |
| RegistererState | Registerer state. |
| SessionState | Session state. |
| SIPExtension | SIP extension support level. |
| SubscriptionState | Subscription state. |
| TransportState | Transport state. |
| UserAgentState | UserAgent state. |
| Variable | Description |
|---|---|
| UserAgentRegisteredOptionTags | SIP Option Tags |
| Type Alias | Description |
|---|---|
| LogConnector | Log connector function. |
| LogLevel | Log level. |