struct
#include <include/mtx/events/voip.hpp>
CallCandidates Content for the m.call.candidates
event.
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.
- std::vector<Candidate> candidates
- Array of objects describing the candidates.
- std::string version
- The version of the VoIP specification this message adheres to.