mtx::events::voip::CallNegotiate struct

Content for the m.call.negotiate event. See MSC2746.

Public variables

std::string call_id
The ID of the call this event relates to.
std::string party_id
A unique identifier for the client participating in the event.
uint32_t lifetime
The time in milliseconds that the negotiation is valid for. Recommended 90000ms.
RTCSessionDescriptionInit description
The session description object.