mtx::events::voip::CallInvite struct

Content for the m.call.invite event.

Public variables

std::string call_id
A unique identifier for the call.
std::string party_id
A unique identifier for the client participating in the event.
RTCSessionDescriptionInit offer
The session description object.
std::string version
The version of the VoIP specification this message adheres to.
uint32_t lifetime
The time in milliseconds that the invite is valid for. Recommended 90000ms.
std::string invitee
The ID of the user that the call is being placed to. See MSC2746.