Struct ruma_events::call::answer::AnswerEventContent [] [src]

pub struct AnswerEventContent {
    pub answer: SessionDescription,
    pub call_id: String,
    pub version: u64,
}

The payload of an AnswerEvent.

Fields

The VoIP session description.

The ID of the call this event relates to.

The version of the VoIP specification this messages adheres to.

Trait Implementations

impl Clone for AnswerEventContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnswerEventContent
[src]

Formats the value using the given formatter.