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

#include <room_event_types.h>

Public Attributes

std::uint32_t code = 0
 
std::optional< std::string > digit
 

Detailed Description

SIP DTMF payload carried via data packets.

Member Data Documentation

◆ code

std::uint32_t livekit::SipDtmfData::code = 0

DTMF code value.

◆ digit

std::optional<std::string> livekit::SipDtmfData::digit

Human-readable digit representation (e.g. "1", "#").


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