sip-connector 14.1.0-alpha.5 → 14.1.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,7 +132,7 @@ declare class SipConnectorFacade implements IProxyMethods {
132
132
  sendEncodings?: RTCRtpEncodingParameters[];
133
133
  preferredMimeTypesVideoCodecs?: string[];
134
134
  excludeMimeTypesVideoCodecs?: string[];
135
- callLimit: number;
135
+ callLimit?: number;
136
136
  }) => Promise<MediaStream | undefined>;
137
137
  stopShareSipConnector: ({ isP2P }?: {
138
138
  isP2P?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-connector",
3
- "version": "14.1.0-alpha.5",
3
+ "version": "14.1.0-alpha.6",
4
4
  "description": "Module for connect to Vinteo server",
5
5
  "keywords": [
6
6
  "webrtc",