We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67e795 commit bc2ec8cCopy full SHA for bc2ec8c
include/livekit/ffi_client.h
@@ -73,6 +73,9 @@ class FfiClient {
73
std::future<proto::RoomInfo> connectAsync(const std::string &url,
74
const std::string &token);
75
76
+ // Track APIs
77
+ std::future<std::vector<RtcStats>> getTrackStatsAsync(uintptr_t track_handle);
78
+
79
// Generic function for sending a request to the Rust FFI.
80
// Note: For asynchronous requests, use the dedicated async functions instead
81
// of SendRequest.
0 commit comments