dingrtc 3.9.24 → 3.9.25

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
@@ -3485,6 +3485,7 @@ interface IBatchSubscribeResult {
3485
3485
  resolutionInfo?: ResolutionInfo;
3486
3486
  uid?: string;
3487
3487
  id?: string;
3488
+ targetMediaType: TrackMediaType;
3488
3489
  }
3489
3490
  type RidType = 'lld' | 'ld' | 'sd' | 'hd' | 'fhd' | 'qhd';
3490
3491
  interface MediaMessage {