5.6.81 • Published 1 year ago

@zitterorg/animi-accusantium-similique v5.6.81

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Build Status Code Quality: Javascript Total Alerts

Overview

NOTE

Starting from 3.0.0, JsSIP no longer includes the rtcninja module. However, the @zitterorg/animi-accusantium-similique-rtcninja package is based on the 2.0.x branch, which does include rtcninja.

Support

  • For questions or usage problems please use the @zitterorg/animi-accusantium-similique public Google Group.

  • For bug reports or feature requests open an Github issue.

Getting Started

The following simple JavaScript code creates a JsSIP User Agent instance and makes a SIP call:

// Create our JsSIP instance and run it:

var socket = new JsSIP.WebSocketInterface('wss://sip.myhost.com');
var configuration = {
  sockets  : [ socket ],
  uri      : 'sip:alice@example.com',
  password : 'superpassword'
};

var ua = new JsSIP.UA(configuration);

ua.start();

// Register callbacks to desired call events
var eventHandlers = {
  'progress': function(e) {
    console.log('call is in progress');
  },
  'failed': function(e) {
    console.log('call failed with cause: '+ e.data.cause);
  },
  'ended': function(e) {
    console.log('call ended with cause: '+ e.data.cause);
  },
  'confirmed': function(e) {
    console.log('call confirmed');
  }
};

var options = {
  'eventHandlers'    : eventHandlers,
  'mediaConstraints' : { 'audio': true, 'video': true }
};

var session = ua.call('sip:bob@example.com', options);

Want to see more? Check the full documentation at https://@zitterorg/animi-accusantium-similique.net/documentation/.

Online Demo

Check our Tryit JsSIP online demo:

Website and Documentation

Download

Authors

José Luis Millán

Iñaki Baz Castillo

Saúl Ibarra Corretgé

License

JsSIP is released under the MIT license.

5.6.81

1 year ago

5.6.80

1 year ago

5.6.77

1 year ago

5.6.79

1 year ago

5.6.78

1 year ago

5.6.75

1 year ago

5.6.74

1 year ago

5.6.76

1 year ago

4.6.73

1 year ago

4.6.74

1 year ago

4.6.72

1 year ago

4.6.70

1 year ago

4.6.71

1 year ago

4.6.68

1 year ago

4.6.69

1 year ago

3.5.36

1 year ago

4.6.62

1 year ago

4.5.50

1 year ago

4.6.63

1 year ago

3.5.39

1 year ago

4.6.60

1 year ago

3.5.38

1 year ago

4.6.61

1 year ago

3.5.37

1 year ago

4.6.66

1 year ago

4.6.67

1 year ago

4.6.64

1 year ago

4.6.65

1 year ago

3.5.47

1 year ago

3.4.36

1 year ago

3.5.46

1 year ago

3.5.45

1 year ago

3.5.44

1 year ago

3.5.43

1 year ago

3.5.42

1 year ago

3.5.41

1 year ago

3.5.40

1 year ago

4.6.51

1 year ago

3.4.32

1 year ago

4.6.52

1 year ago

3.4.33

1 year ago

3.4.34

1 year ago

4.6.50

1 year ago

3.5.48

1 year ago

3.4.35

1 year ago

4.6.55

1 year ago

4.6.56

1 year ago

4.6.53

1 year ago

4.6.54

1 year ago

4.6.59

1 year ago

4.5.48

1 year ago

4.6.57

1 year ago

4.6.58

1 year ago

4.5.49

1 year ago

3.4.31

1 year ago

3.4.28

1 year ago

3.4.29

1 year ago

3.3.28

1 year ago

3.4.30

1 year ago

3.3.25

1 year ago

3.3.26

1 year ago

3.3.27

1 year ago

3.3.18

1 year ago

3.3.19

1 year ago

2.2.15

1 year ago

3.3.24

1 year ago

3.2.15

1 year ago

3.2.17

1 year ago

3.2.16

1 year ago

3.2.18

1 year ago

3.3.20

1 year ago

3.3.21

1 year ago

3.3.22

1 year ago

3.3.23

1 year ago

2.2.14

1 year ago

2.2.13

1 year ago

2.2.11

1 year ago

2.1.10

1 year ago

2.2.12

1 year ago

2.2.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago