Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webex/calling

Package Overview
Dependencies
Maintainers
7
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/calling - npm Package Compare versions

Comparing version 3.0.0-next.4 to 3.0.0-next.5

0

dist/module/api.js

@@ -0,0 +0,0 @@ import { CallHistory } from './CallHistory/CallHistory';

@@ -0,0 +0,0 @@ import SDKConnector from '../SDKConnector';

@@ -0,0 +0,0 @@ import { Disposition, MOBIUS_EVENT_KEYS, SessionType } from '../Events/types';

@@ -0,0 +0,0 @@ export const CALL_HISTORY_FILE = 'CallHistory';

export {};

@@ -0,0 +0,0 @@ import log from '../../../Logger/index';

@@ -0,0 +0,0 @@ import { CALL_MANAGER_FILE } from '../constants';

export * from './call';
export * from './callManager';

@@ -0,0 +0,0 @@ export var MobiusEventType;

@@ -0,0 +0,0 @@ import * as Media from '@webex/internal-media-core';

@@ -0,0 +0,0 @@ import { getMobiusDiscoveryResponse, getTestUtilsWebex } from '../common/testUtil';

@@ -0,0 +0,0 @@ import { SessionType, Disposition, MOBIUS_EVENT_KEYS } from '../Events/types';

@@ -0,0 +0,0 @@ export const VERSION = '1.71.1';

@@ -0,0 +0,0 @@ import { v4 as uuid } from 'uuid';

@@ -0,0 +0,0 @@ export var LineStatus;

@@ -0,0 +0,0 @@ import { v4 as uuid } from 'uuid';

@@ -0,0 +0,0 @@ export const DEVICE_ID = '9381a370-b26b-3c5b-8901-4e8dab405dcc';

@@ -0,0 +0,0 @@ import { getCallingBackEnd } from '../common/Utils';

@@ -0,0 +0,0 @@ export const CALL_SETTINGS_FILE = 'CallSettings';

@@ -0,0 +0,0 @@ export const xsiEndpointUrlResponse = {

@@ -0,0 +0,0 @@ import { FAILURE_MESSAGE, STATUS_CODE, SUCCESS_MESSAGE, UCM_CONNECTOR_FILE, VOICEMAIL, } from '../common/constants';

@@ -0,0 +0,0 @@ import SDKConnector from '../SDKConnector';

@@ -0,0 +0,0 @@ export const BASE64 = 'base64';

export * from './Utils';

@@ -0,0 +0,0 @@ import platform from 'platform';

@@ -0,0 +0,0 @@ export var ALLOWED_SERVICES;

@@ -0,0 +0,0 @@ import * as platform from 'platform';

@@ -0,0 +0,0 @@ export const CONTACTS_FILE = 'Contacts';

@@ -0,0 +0,0 @@ export const mockCity = 'Edinburgh';

@@ -0,0 +0,0 @@ import { FAILURE_MESSAGE, STATUS_CODE, SUCCESS_MESSAGE } from '../common/constants';

@@ -0,0 +0,0 @@ export var ContactType;

@@ -0,0 +0,0 @@ import ExtendedError from './ExtendedError';

@@ -0,0 +0,0 @@ import { MobiusStatus } from '../../common/types';

@@ -0,0 +0,0 @@ import { ERROR_TYPE } from '../types';

@@ -0,0 +0,0 @@ import { LineStatus } from '../../CallingClient/line/types';

export { CallingClientError } from './catalog/CallingDeviceError';
export { CallError } from './catalog/CallError';

@@ -0,0 +0,0 @@ export var ERROR_LAYER;

@@ -0,0 +0,0 @@ import EventEmitter from 'events';

@@ -0,0 +0,0 @@ export var COMMON_EVENT_KEYS;

@@ -0,0 +0,0 @@ import { NoiseReductionEffect, createMicrophoneStream } from '@webex/media-helpers';

@@ -0,0 +0,0 @@ import { REPO_NAME } from '../CallingClient/constants';

@@ -0,0 +0,0 @@ export var LOG_PREFIX;

@@ -0,0 +0,0 @@ import { METRIC_FILE, VERSION } from '../CallingClient/constants';

@@ -0,0 +0,0 @@ export var METRIC_TYPE;

@@ -0,0 +0,0 @@ import { validateWebex } from './utils';

@@ -0,0 +0,0 @@ export const validateWebex = (webexInstance) => {

@@ -0,0 +0,0 @@ import { ERROR_CODE } from '../Errors/types';

@@ -0,0 +0,0 @@ export const API_V1 = 'api/v1';

@@ -0,0 +0,0 @@ import SDKConnector from '../SDKConnector';

@@ -0,0 +0,0 @@ import SDKConnector from '../SDKConnector';

@@ -0,0 +0,0 @@ import { FAILURE_MESSAGE, UNPROCESSABLE_CONTENT_CODE } from '../common/constants';

@@ -0,0 +0,0 @@ import SDKConnector from '../SDKConnector';

@@ -0,0 +0,0 @@ import { CallHistory } from './CallHistory/CallHistory';

@@ -0,0 +0,0 @@ import { WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ import { CallSessionEvent } from '../Events/types';

@@ -0,0 +0,0 @@ export declare const CALL_HISTORY_FILE = "CallHistory";

@@ -0,0 +0,0 @@ import { Eventing } from '../Events/impl';

@@ -0,0 +0,0 @@ import { LocalMicrophoneStream } from '@webex/internal-media-core';

@@ -0,0 +0,0 @@ import { CallerIdInfo } from '../../../Events/types';

@@ -0,0 +0,0 @@ import { CallerIdInfo } from '../../../Events/types';

@@ -0,0 +0,0 @@ import { CallEventTypes } from '../../Events/types';

export * from './call';
export * from './callManager';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ import { LocalMicrophoneStream } from '@webex/internal-media-core';

@@ -0,0 +0,0 @@ import * as Media from '@webex/internal-media-core';

@@ -0,0 +0,0 @@ import { WebexRequestPayload } from '../common/types';

@@ -0,0 +0,0 @@ import { CallSessionEvent } from '../Events/types';

@@ -0,0 +0,0 @@ export declare const VERSION = "1.71.1";

@@ -0,0 +0,0 @@ import { Mutex } from 'async-mutex';

@@ -0,0 +0,0 @@ import { IRegistration } from '../registration/types';

export * from './register';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ import { Mutex } from 'async-mutex';

@@ -0,0 +0,0 @@ export declare const DEVICE_ID = "9381a370-b26b-3c5b-8901-4e8dab405dcc";

@@ -0,0 +0,0 @@ import { IDeviceInfo, MobiusStatus } from '../../common/types';

@@ -0,0 +0,0 @@ import * as Media from '@webex/internal-media-core';

@@ -0,0 +0,0 @@ import { WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ export declare const CALL_SETTINGS_FILE = "CallSettings";

@@ -0,0 +0,0 @@ import { CallForwardSetting, VoicemailSetting } from './types';

@@ -0,0 +0,0 @@ import { LOGGER } from '../Logger/types';

@@ -0,0 +0,0 @@ import { WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ import { WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ export declare const BASE64 = "base64";

export * from './Utils';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ export type MobiusDeviceId = string;

@@ -0,0 +0,0 @@ import { restoreRegistrationCallBack } from '../CallingClient/registration/types';

@@ -0,0 +0,0 @@ export declare const CONTACTS_FILE = "Contacts";

@@ -0,0 +0,0 @@ export declare const mockCity = "Edinburgh";

@@ -0,0 +0,0 @@ import { LoggerInterface } from '../Voicemail/types';

@@ -0,0 +0,0 @@ import { ContactDetail } from '../common/types';

@@ -0,0 +0,0 @@ import { CallErrorObject, ErrorContext, ErrorMessage, ERROR_LAYER, ERROR_TYPE } from '../types';

@@ -0,0 +0,0 @@ import { MobiusStatus } from '../../common/types';

@@ -0,0 +0,0 @@ import { ErrorContext, ErrorMessage, ERROR_TYPE } from '../types';

@@ -0,0 +0,0 @@ import { LineStatus } from '../../CallingClient/line/types';

export { CallingClientError } from './catalog/CallingDeviceError';
export { CallError } from './catalog/CallError';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ import { LineStatus } from '../CallingClient/line/types';

@@ -0,0 +0,0 @@ import TypedEmitter, { EventMap } from 'typed-emitter';

@@ -0,0 +0,0 @@ import type { ICall } from '../CallingClient/calling/types';

@@ -0,0 +0,0 @@ import { NoiseReductionEffect, createMicrophoneStream } from '@webex/media-helpers';

@@ -0,0 +0,0 @@ import ExtendedError from '../Errors/catalog/ExtendedError';

@@ -0,0 +0,0 @@ import { IMetaContext } from '../common/types';

@@ -0,0 +0,0 @@ import { ServiceIndicator } from '../common/types';

@@ -0,0 +0,0 @@ import { LineError } from '../Errors/catalog/LineError';

@@ -0,0 +0,0 @@ import { WebexRequestPayload } from '../common/types';

@@ -0,0 +0,0 @@ import { DSSLookupResponse, KmsKey, KmsResourceObject, LookupOptions, PeopleListResponse, WebexRequestPayload } from '../common/types';

@@ -0,0 +0,0 @@ import { WebexSDK } from './types';

@@ -0,0 +0,0 @@ import { ISDKConnector, WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ export declare const API_V1 = "api/v1";

@@ -0,0 +0,0 @@ import { ISDKConnector } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ import { ISDKConnector, WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ import { ISDKConnector, WebexSDK } from '../SDKConnector/types';

@@ -0,0 +0,0 @@ export declare const bwToken = "bwtoken";

@@ -0,0 +0,0 @@ import { ISDKConnector, WebexSDK } from '../SDKConnector/types';

4

package.json

@@ -41,3 +41,3 @@ {

"@webex/internal-media-core": "2.0.0",
"@webex/media-helpers": "^3.0.0-next.4",
"@webex/media-helpers": "^3.0.0-next.5",
"async-mutex": "0.4.0",

@@ -133,3 +133,3 @@ "buffer": "6.0.3",

},
"version": "3.0.0-next.4"
"version": "3.0.0-next.5"
}

@@ -0,0 +0,0 @@ ### Table of Contents

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc