@voicenter-team/opensips-js 1.0.116 → 1.0.118

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.
package/dist/index.d.ts CHANGED
@@ -198,7 +198,7 @@ export declare class BaseNewStreamPlugin extends BasePlugin {
198
198
  private _lastTrickleReceived;
199
199
  private _publisherSubscribeSent;
200
200
  private opaqueId;
201
- private handleId;
201
+ protected handleId: number;
202
202
  private readonly type;
203
203
  protected _connection: RTCPeerConnection;
204
204
  protected jsep_offer: RTCSessionDescription | void;