Struct ruma_events::call::SessionDescription [] [src]

pub struct SessionDescription {
    pub session_type: SessionDescriptionType,
    pub sdp: String,
}

A VoIP session description.

Fields

The type of session description.

The SDP text of the session description.

Trait Implementations

impl Clone for SessionDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SessionDescription
[src]

Formats the value using the given formatter.