Namespace: JsSIP

JsSIP

The main namespace.

Source:

Classes

UA

Namespaces

Exceptions

Methods

<static> version() → {String}

Retrieve the version of JsSIP.

Source:
Returns:

Version in the form "X.Y.Z"

Type
String
Example
// prints "1.0.0"
console.log(JsSIP.version)