3.4.86 • Published 1 year ago

@zitterorg/sint-dolore-autem v3.4.86

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/sint-dolore-autem-rtcninja package is based on the 2.0.x branch, which does include rtcninja.

Support

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/sint-dolore-autem.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.

chromiumcommand-linelookweaksettostringtagimportexportsortlocationpolyfilldatastructurerobustlrurecursiveflatRegExp.prototype.flagswordbreakarraybufferparsersqstaskprotocol-buffersweakmapStreamsReflect.getPrototypeOfrfc4122protobufpluginfluxstreamcjkPushespreeesregexpInt16ArrayECMAScript 2020findupdirimmernamesiscompile lesssymlinkpackagexhrisConcatSpreadablehots3columnsendpointguidcloudformationpostcss-pluginconcurrencyfromentries.envmodulestrimRightgroupfast-deep-copyratekeysStreamzeroeventsfunctionales-abstractflagescapefast-deep-cloneautoprefixerFunction.prototype.namextermreadfseventscallbindmiddlewarequeueMicrotaskiamBigInt64ArraycryptoECMAScript 2016assignmetadatajsonpathlinktypeerrortoSortedideventEmitterremovesomeeveryawesomesaucequeuethrottleString.prototype.matchAlllanguagepnpm9loggertraverseeast-asian-widthstyleguideargvinputkoreanURLownwidthtypesreact$.extendthroatES2017environmentstyleBigUint64ArrayjestshimaccessibilitycreateArray.prototype.flatMapjavascriptcolorwalkdiffframeworkpackagesbusyprivate datautilitiesfileObject.fromEntriesagentexpresssharedarraybufferES2020datewatchingmkdirsvariablesflattentimeFloat32Arrayextendduplexponyfilltypescriptpatchgetterjsxtypedarrayscore-jsjapaneseconsumelimitedReactiveExtensionsmimetypesvaluesratelimitcomputed-typesPromiseunicodeinstallmime-dbsharedtoArraycall-boundregular256promiseiefolderES8reusestoragegatewaydeep-clonemapworkspace:*hookformobjsuperstructcurlcloudtrailcolourlogbddlistenersconfigurablekeyObject.assignstylingparentstyped arrayhashloggingRxWeakSetoncecolumnArray.prototype.flatsymlinkskinesis_.extenddynamodbconnectsafeESnextAsyncIteratorstructuredClonemkdirpwaitloadbalancingconsoleFloat64ArrayArray.prototype.includeshasECMAScript 2022immutablesuperagentinternalvariables in cssinspectmodulelastinferenceajaxECMAScript 2021globtouchTypeScriptcallbackdeepES2019scheme-validationlazyfpsmakechinesebuffersdayjsArrayBuffer.prototype.sliceautoscalingstdlibjsonrangeerrorcollectiontypesafecss-in-jswatchFileboundbrowserslistbundlingclassesconcatttyflatMapcloudsearchdeletereact-testing-librarystatelessasciiutilityparentgraphqlwebfindes2015replayshelldescriptorstoolsspeedgetoptperformancetestinstallerprivateforEachmonorepohasOwnPropertytrimEndoptionmimeArray.prototype.filterRegExp#flagscoerciblecode pointsbatchprettypreprocessordebugless cssmobilepredictableiteratecorsdefinepipefast-copysyntaxerrortypedeventDispatcherpropertystyleses2016readablees-shim APIroute53look-upaccessorreduxwrapECMAScript 5concatMaptypanionrdsrgbroutingkarmadescriptiontrimfigleteslintpluginlintelectronmruIteratorcontainscss variableES2016definePropertyargparseutilnegativeregexjoifunctionjasminecachereact-hookssyntaxsettoobjectgroupByproptextequalsortedstringviewmixinsenderphonecodesjsObject.isnumbersameValueZerovisualObservablestypepostcss
3.4.86

1 year ago

3.4.83

1 year ago

3.4.84

1 year ago

3.4.85

1 year ago

3.4.82

1 year ago

3.4.81

1 year ago

3.3.80

1 year ago

3.3.81

1 year ago

3.3.79

1 year ago

3.2.79

1 year ago

3.2.78

1 year ago

3.2.75

1 year ago

3.2.74

1 year ago

3.2.77

1 year ago

3.2.76

1 year ago

3.2.68

1 year ago

3.2.67

1 year ago

3.2.69

1 year ago

3.2.66

1 year ago

3.2.65

1 year ago

3.2.71

1 year ago

3.2.70

1 year ago

3.2.73

1 year ago

3.2.72

1 year ago

3.1.65

1 year ago

3.1.64

1 year ago

1.0.39

1 year ago

2.0.59

1 year ago

2.0.57

1 year ago

2.0.58

1 year ago

2.0.55

1 year ago

1.0.40

1 year ago

2.0.56

1 year ago

2.0.53

1 year ago

2.0.54

1 year ago

2.1.63

1 year ago

2.0.51

1 year ago

1.0.44

1 year ago

2.1.64

1 year ago

2.0.52

1 year ago

1.0.43

1 year ago

1.0.42

1 year ago

2.1.62

1 year ago

1.0.41

1 year ago

1.0.48

1 year ago

1.0.47

1 year ago

1.0.46

1 year ago

1.0.45

1 year ago

1.0.49

1 year ago

1.0.51

1 year ago

1.0.50

1 year ago

2.0.62

1 year ago

2.0.60

1 year ago

2.0.61

1 year ago

1.0.38

1 year ago

1.0.37

1 year ago

1.0.36

1 year ago

1.0.35

1 year ago

1.0.34

1 year ago

1.0.33

1 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.19

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.30

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago