Skip to content

Commit bc2ec8c

Browse files
added back getTrackStatsAsync which was removed by mistake
1 parent a67e795 commit bc2ec8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/livekit/ffi_client.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ class FfiClient {
7373
std::future<proto::RoomInfo> connectAsync(const std::string &url,
7474
const std::string &token);
7575

76+
// Track APIs
77+
std::future<std::vector<RtcStats>> getTrackStatsAsync(uintptr_t track_handle);
78+
7679
// Generic function for sending a request to the Rust FFI.
7780
// Note: For asynchronous requests, use the dedicated async functions instead
7881
// of SendRequest.

0 commit comments

Comments
 (0)