LiveKit C++ SDK
Real-time audio/video SDK for C++
Loading...
Searching...
No Matches
livekit::TrackSubscriptionFailedEvent Struct Reference

#include <room_event_types.h>

Collaboration diagram for livekit::TrackSubscriptionFailedEvent:

Public Attributes

RemoteParticipantparticipant = nullptr
 
std::string track_sid
 
std::string error
 

Detailed Description

Fired when subscribing to a remote track fails.

Member Data Documentation

◆ error

std::string livekit::TrackSubscriptionFailedEvent::error

Error message describing the failure.

◆ participant

RemoteParticipant* livekit::TrackSubscriptionFailedEvent::participant = nullptr

Remote participant for which the subscription failed (owned by Room).

◆ track_sid

std::string livekit::TrackSubscriptionFailedEvent::track_sid

SID of the track that failed to subscribe.


The documentation for this struct was generated from the following file: