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 +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +3 -3
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 {
|