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

#include <room_event_types.h>

Public Attributes

std::uint64_t reader_handle = 0
 
std::string participant_identity
 

Detailed Description

Fired when a high-level byte stream reader is opened.

Member Data Documentation

◆ participant_identity

std::string livekit::ByteStreamOpenedEvent::participant_identity

Identity of the participant that opened the stream.

◆ reader_handle

std::uint64_t livekit::ByteStreamOpenedEvent::reader_handle = 0

Handle to the underlying byte stream reader.


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