Struct ruma_events::call::candidates::Candidate [] [src]

pub struct Candidate {
    pub candidate: String,
    pub sdp_mid: String,
    pub sdp_m_line_index: u64,
}

An ICE (Interactive Connectivity Establishment) candidate.

Fields

The SDP "a" line of the candidate.

The SDP media type this candidate is intended for.

The index of the SDP "m" line this candidate is intended for.

Trait Implementations

impl Clone for Candidate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Candidate
[src]

Formats the value using the given formatter.