|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>

Public Attributes | |
| RemoteParticipant * | participant = nullptr |
| std::string | track_sid |
| std::string | error |
Fired when subscribing to a remote track fails.
| std::string livekit::TrackSubscriptionFailedEvent::error |
Error message describing the failure.
| RemoteParticipant* livekit::TrackSubscriptionFailedEvent::participant = nullptr |
Remote participant for which the subscription failed (owned by Room).
| std::string livekit::TrackSubscriptionFailedEvent::track_sid |
SID of the track that failed to subscribe.