aliyun-rtc-sdk 6.14.2-beta.0 → 6.14.2-beta.1
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/aliyun-rtc-sdk.es.js +142 -119
- package/dist/aliyun-rtc-sdk.umd.js +7 -7
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -3858,6 +3858,7 @@ declare class RtsManager extends default_2<RtsManagerEventListener> {
|
|
|
3858
3858
|
traceId: string;
|
|
3859
3859
|
l1ip?: string;
|
|
3860
3860
|
}>;
|
|
3861
|
+
private reportSubscribeLatency;
|
|
3861
3862
|
subscribe(remoteSubscribeOptions: RemoteSubscribeOptions, reason: SubscribeReason, callId: string, remoteCallId: string, startTs: number): Promise<any>;
|
|
3862
3863
|
getSubscribeVideoStats(streamUrl: string, msid?: string): Promise<unknown>;
|
|
3863
3864
|
getSubscribeAudioStats(streamUrl: string, msid?: string): Promise<unknown>;
|
|
@@ -4172,7 +4173,7 @@ declare class SLSReporter {
|
|
|
4172
4173
|
* @param calid
|
|
4173
4174
|
* @param tckid
|
|
4174
4175
|
*/
|
|
4175
|
-
reportConnectionLatencyEvent<Stage extends keyof ValidStatusMap>(stage: Stage, status: ValidStatusMap[Stage], calid: string, tckid: string, tm?: number, ntptm?: number): void;
|
|
4176
|
+
reportConnectionLatencyEvent<Stage extends keyof ValidStatusMap>(stage: Stage, status: ValidStatusMap[Stage], calid: string, tckid: string, tm?: number, ntptm?: number, http?: boolean): void;
|
|
4176
4177
|
/**
|
|
4177
4178
|
* 日志埋点
|
|
4178
4179
|
* 在埋点中增加tm字段,表示发生埋点的客户端本地时间
|