dingrtc 3.8.17-beta.1 → 3.8.17-beta.2

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
@@ -1755,10 +1755,6 @@ declare class SessionManager extends EventEmitter<SessionManagerEvent> {
1755
1755
  getRemoteVideoStats(from?: string): Promise<RemoteVideoStatesMap>;
1756
1756
  getRemoteAudioStats(from?: string): Promise<RemoteAudioStates>;
1757
1757
  handleMediaMessage(payload: signal_msg.IMediaMessage): Promise<void>;
1758
- /**
1759
- * 通过已经订阅的session对象获取对应的remoteTrack
1760
- */
1761
- private getRemoteVideoTrackBySubscription;
1762
1758
  }
1763
1759
 
1764
1760
  interface IPeerConnectionEvents {