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

#include <room_event_types.h>

Public Attributes

std::shared_ptr< LocalTrackPublicationpublication
 
std::shared_ptr< Tracktrack
 

Detailed Description

Fired when a local track is successfully published.

Member Data Documentation

◆ publication

std::shared_ptr<LocalTrackPublication> livekit::LocalTrackPublishedEvent::publication

Track publication for the local track.

◆ track

std::shared_ptr<Track> livekit::LocalTrackPublishedEvent::track

The published local track.


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