@webex/web-client-media-engine 3.12.0 → 3.13.0

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.
@@ -154,6 +154,8 @@ declare class SendOnlyTransceiver extends Transceiver {
154
154
  set active(enabled: boolean);
155
155
  getStats(): Promise<RTCStatsReport>;
156
156
  updateSendParameters(requestedIdEncodingParamsMap: Map<number, EncodingParams>): Promise<void>;
157
+ getRequestedBitrate(ssrc: number): number | undefined;
158
+ getRequestedFrameSize(ssrc: number): number | undefined;
157
159
  private isSimulcastEnabled;
158
160
  mungeLocalDescription(mediaDescription: AvMediaDescription): void;
159
161
  mungeLocalDescriptionForRemoteServer(mediaDescription: AvMediaDescription): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.12.0",
3
+ "version": "3.13.0",
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",