aliyun-rtc-sdk 7.1.6 → 7.1.7
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.
|
@@ -2436,7 +2436,7 @@ declare class RtsManager extends EventEmitter$1<RtsManagerEventListener> {
|
|
|
2436
2436
|
l1ip?: string;
|
|
2437
2437
|
}>;
|
|
2438
2438
|
private reportSubscribeLatency;
|
|
2439
|
-
subscribe(remoteSubscribeOptions: RemoteSubscribeOptions, reason: SubscribeReason, callId: string, remoteCallId: string, startTs: number
|
|
2439
|
+
subscribe(remoteSubscribeOptions: RemoteSubscribeOptions, reason: SubscribeReason, callId: string, remoteCallId: string, startTs: number): Promise<any>;
|
|
2440
2440
|
getSubscribeVideoStats(streamUrl: string, msid?: string): Promise<unknown>;
|
|
2441
2441
|
getSubscribeAudioStats(streamUrl: string, msid?: string): Promise<unknown>;
|
|
2442
2442
|
getStreamByMsid(config: any): LocalStream | RemoteStream;
|