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

#include <room_event_types.h>

Public Member Functions

 AttributeEntry (std::string k, std::string v)
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Key/value pair for participant or room attributes.

Member Data Documentation

◆ key

std::string livekit::AttributeEntry::key

Attribute key.

◆ value

std::string livekit::AttributeEntry::value

Attribute value.


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