voip.hpp file
Call related events.
Namespaces
- namespace mtx
- Top level namespace for mtxclient.
- namespace mtx::events
- Namespace for all events.
Classes
- struct mtx::events::voip::RTCSessionDescriptionInit
- Universal RTC Session Description structure compatible with the WebRTC API.
- struct mtx::events::voip::CallInvite
- Content for the
m.call.inviteevent. - struct mtx::events::voip::CallCandidates
- Content for the
m.call.candidatesevent. - struct mtx::events::voip::CallAnswer
- Content for the
m.call.answerevent. - struct mtx::events::voip::CallHangUp
- Content for the
m.call.hangupevent. - struct mtx::events::voip::CallSelectAnswer
- Content for the
m.call.select_answerevent. See MSC2746. - struct mtx::events::voip::CallReject
- Content for the
m.call.rejectevent. See MSC2746. - struct mtx::events::voip::CallNegotiate
- Content for the
m.call.negotiateevent. See MSC2746.