@webex/web-client-media-engine 3.7.2 → 3.7.3
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/cjs/index.js +15 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +15 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -234,6 +234,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
|
|
|
234
234
|
private options;
|
|
235
235
|
private midPredictor;
|
|
236
236
|
private offerAnswerQueue;
|
|
237
|
+
private currentCreateOfferId;
|
|
237
238
|
private setAnswerResolve?;
|
|
238
239
|
constructor(userOptions?: Partial<MultistreamConnectionOptions>);
|
|
239
240
|
private initializePeerConnection;
|
package/package.json
CHANGED