22#include "livekit/visibility.h"
38LIVEKIT_API
bool startTracing(
const std::string& trace_file_path,
const std::vector<std::string>& categories = {});
Public API for the LiveKit C++ Client SDK.
Definition audio_frame.h:25
LIVEKIT_API bool isTracingEnabled()
Check if tracing is currently active.
LIVEKIT_API void stopTracing()
Stop tracing and flush remaining events to file.
LIVEKIT_API bool startTracing(const std::string &trace_file_path, const std::vector< std::string > &categories={})
Start tracing and write events to a file.