@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.30.3",
3
+ "version": "3.30.4",
4
4
  "description": "Web Client Media Engine is common web code for interacting with the multistream media server.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/cjs/index.js",