dingrtc 3.8.17-beta.2 → 3.8.17-beta.5

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
@@ -1807,6 +1807,7 @@ declare class PeerConnection extends EventEmitter<IPeerConnectionEvents> {
1807
1807
  private onTrack;
1808
1808
  fireEndedEvent(): void;
1809
1809
  private onIceConnectionStateChange;
1810
+ private onIceCandidate;
1810
1811
  clearPcForReoffer(): Promise<never>;
1811
1812
  addTask(task: () => Promise<void>): void;
1812
1813
  private onConnectionStateChange;