@zitterorg/sint-dolore-autem

<p align="center"><a href="https://@zitterorg/sint-dolore-autem.net"><img src="https://@zitterorg/sint-dolore-autem.net/images/@zitterorg/sint-dolore-autem-banner-new.png"/></a></p>


Keywords
chromium, command-line, look, weakset, tostringtag, importexport, sort, location, polyfill, datastructure, robust, lru, recursive, flat, RegExp.prototype.flags, wordbreak, arraybuffer, parser, sqs, task, protocol-buffers, weakmap, Streams, Reflect.getPrototypeOf, rfc4122, protobuf, plugin, flux, stream, cjk, Push, espree, es, regexp, Int16Array, ECMAScript 2020, findup, dir, immer, names, is, compile less, symlink, package, xhr, isConcatSpreadable, hot, s3, columns, endpoint, guid, cloudformation, postcss-plugin, concurrency, from, entries, .env, modules, trimRight, group, fast-deep-copy, rate, keys, zero, events, functional, es-abstract, flag, escape, fast-deep-clone, autoprefixer, Function.prototype.name, xterm, read, fsevents, callbind, middleware, queueMicrotask, iam, BigInt64Array, crypto, ECMAScript 2016, assign, metadata, jsonpath, link, typeerror, toSorted, id, eventEmitter, remove, some, every, awesomesauce, queue, throttle, String.prototype.matchAll, language, pnpm9, logger, traverse, east-asian-width, styleguide, argv, input, korean, URL, own, width, types, react, $.extend, throat, ES2017, environment, style, BigUint64Array, jest, shim, accessibility, create, Array.prototype.flatMap, javascript, color, walk, diff, framework, packages, busy, private data, utilities, file, Object.fromEntries, agent, express, sharedarraybuffer, ES2020, date, watching, mkdirs, variables, flatten, time, Float32Array, extend, duplex, ponyfill, typescript, patch, getter, jsx, typedarrays, core-js, japanese, consume, limited, ReactiveExtensions, mimetypes, values, ratelimit, computed-types, Promise, unicode, install, mime-db, shared, toArray, call-bound, regular, 256, ie, folder, ES8, reuse, storagegateway, deep-clone, map, workspace:*, hookform, obj, superstruct, curl, cloudtrail, colour, log, bdd, listeners, configurable, key, Object.assign, styling, parents, typed array, hash, logging, Rx, once, column, Array.prototype.flat, symlinks, kinesis, _.extend, dynamodb, connect, safe, ESnext, AsyncIterator, structuredClone, mkdirp, wait, loadbalancing, console, Float64Array, Array.prototype.includes, has, ECMAScript 2022, immutable, superagent, internal, variables in css, inspect, module, last, inference, ajax, ECMAScript 2021, glob, touch, callback, deep, ES2019, scheme-validation, lazy, fps, make, chinese, buffers, dayjs, ArrayBuffer.prototype.slice, autoscaling, stdlib, json, rangeerror, collection, typesafe, css-in-js, watchFile, bound, browserslist, bundling, classes, concat, tty, flatMap, cloudsearch, delete, react-testing-library, stateless, ascii, utility, parent, graphql, web, find, es2015, replay, shell, descriptors, tools, speed, getopt, performance, test, installer, private, forEach, monorepo, hasOwnProperty, trimEnd, option, mime, Array.prototype.filter, RegExp#flags, coercible, code points, batch, pretty, preprocessor, debug, less css, mobile, predictable, iterate, cors, define, pipe, fast-copy, syntaxerror, typed, eventDispatcher, property, styles, es2016, readable, es-shim API, route53, look-up, accessor, redux, wrap, ECMAScript 5, concatMap, typanion, rds, rgb, routing, karma, description, trim, figlet, eslintplugin, lint, electron, mru, Iterator, contains, css variable, defineProperty, argparse, util, negative, regex, joi, function, jasmine, cache, react-hooks, syntax, set, toobject, groupBy, prop, text, equal, sorted, string, view, mixins, ender, phone, codes, js, Object.is, number, sameValueZero, visual, Observables, type, postcss
License
MIT
Install
npm install @zitterorg/sint-dolore-autem@3.4.86

Documentation

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

  • For questions or usage problems please use the @zitterorg/sint-dolore-autem 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/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.