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

#include <room_event_types.h>

Collaboration diagram for livekit::SipDtmfReceivedEvent:

Public Attributes

int code = 0
 
std::string digit
 
RemoteParticipantparticipant = nullptr
 

Detailed Description

Fired when a SIP DTMF packet is received.

Member Data Documentation

◆ code

int livekit::SipDtmfReceivedEvent::code = 0

DTMF code.

◆ digit

std::string livekit::SipDtmfReceivedEvent::digit

Human-readable DTMF digit.

◆ participant

RemoteParticipant* livekit::SipDtmfReceivedEvent::participant = nullptr

Remote participant that sent the DTMF (owned by Room).


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