ruma::events::call

Module candidates

Source
Available on crate feature events only.
Expand description

Types for the m.call.candidates event.

Structs§

CallCandidatesEventContent
The content of an m.call.candidates event.
Candidate
An ICE (Interactive Connectivity Establishment) candidate.
RedactedCallCandidatesEventContent
Redacted form of CallCandidatesEventContent

Type Aliases§

CallCandidatesEvent
An m.call.candidates event.
OriginalCallCandidatesEvent
An m.call.candidates event.
OriginalSyncCallCandidatesEvent
An m.call.candidates event from a sync_events response.
RedactedCallCandidatesEvent
An m.call.candidates event that has been redacted.
RedactedSyncCallCandidatesEvent
An m.call.candidates event from a sync_events response that has been redacted.
SyncCallCandidatesEvent
An m.call.candidates event from a sync_events response.