@formant/data-sdk 1.80.1 → 1.80.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.
@@ -1,4 +1,5 @@
1
1
  import { IRtcSendConfiguration, IRtcStreamMessage, RtcClient, IRtcPeer } from "@formant/realtime-sdk";
2
+ import { IPingInfo } from "@formant/realtime-sdk/dist/rtc-client/models/IPingInfo";
2
3
  import { DataChannel } from "../DataChannel";
3
4
  import { EventEmitter } from "eventemitter3";
4
5
  import { Manipulator } from "../Manipulator";
@@ -25,6 +26,7 @@ export declare abstract class BaseDevice extends EventEmitter implements IRealti
25
26
  protected stopConnectionMonitoring(): void;
26
27
  protected assertNotCancelled(cancelled: boolean): void;
27
28
  getRealtimeStatus(): "disconnected" | "connecting" | "connected";
29
+ getRealtimePingInfo(): IPingInfo | undefined;
28
30
  getRealtimePing(): number | undefined;
29
31
  addRealtimeListener(listener: RealtimeListener): void;
30
32
  removeRealtimeListener(listener: RealtimeListener): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formant/data-sdk",
3
- "version": "1.80.1",
3
+ "version": "1.80.2",
4
4
  "description": "A library for getting data from Formant",
5
5
  "repository": {
6
6
  "type": "git",