Skip to content

Commit

Permalink
1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
manuquentin committed Aug 28, 2024
1 parent 18fe06a commit cda4a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wazo/sdk",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "Wazo's JavaScript Software Development Kit.",
"main": "index.js",
"types": "lib/types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/voice/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { EventEmitter } from 'events';
import { createActor } from 'xstate';
import { Inviter } from 'sip.js/lib/api/inviter';
import { Invitation } from 'sip.js/lib/api/invitation';
import { SessionState } from 'sip.js/lib/api/session-state';
import { OutgoingInviteRequest } from 'sip.js/lib/core';
import { SessionDescriptionHandler } from 'sip.js/lib/platform/web';
Expand Down

0 comments on commit cda4a93

Please sign in to comment.