|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>
Public Attributes | |
| std::shared_ptr< LocalTrackPublication > | publication |
| std::shared_ptr< Track > | track |
Fired when a local track is successfully published.
| std::shared_ptr<LocalTrackPublication> livekit::LocalTrackPublishedEvent::publication |
Track publication for the local track.
| std::shared_ptr<Track> livekit::LocalTrackPublishedEvent::track |
The published local track.