|
LiveKit C++ SDK
Real-time audio/video SDK for C++
|
#include <room_event_types.h>

Public Attributes | |
| int | code = 0 |
| std::string | digit |
| RemoteParticipant * | participant = nullptr |
Fired when a SIP DTMF packet is received.
| int livekit::SipDtmfReceivedEvent::code = 0 |
DTMF code.
| std::string livekit::SipDtmfReceivedEvent::digit |
Human-readable DTMF digit.
| RemoteParticipant* livekit::SipDtmfReceivedEvent::participant = nullptr |
Remote participant that sent the DTMF (owned by Room).