@webex/web-client-media-engine 3.30.3 → 3.30.4
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 +10 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +10 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -309,6 +309,9 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
|
|
|
309
309
|
private currentCreateOfferId;
|
|
310
310
|
private iceCandidates;
|
|
311
311
|
private setAnswerResolve?;
|
|
312
|
+
metadata: {
|
|
313
|
+
isMediaBypassEdge: boolean;
|
|
314
|
+
};
|
|
312
315
|
constructor(userOptions?: Partial<MultistreamConnectionOptions>);
|
|
313
316
|
private initializePeerConnection;
|
|
314
317
|
private propagatePeerConnectionEvents;
|
package/package.json
CHANGED