GstWebRTC.WebRTCICECandidate

Fields

Name

Type

Access

Description

candidate

str

r/w

String carrying the candidate-attribute as defined in section 15.1 of RFC5245

component

int

r/w

The assigned network component of the candidate (1 for RTP 2 for RTCP).

sdp_mid

str

r/w

The media stream “identification-tag” defined in [RFC5888] for the media component this candidate is associated with.

sdp_mline_index

int

r/w

The index (starting at zero) of the media description in the SDP this candidate is associated with.

stats

GstWebRTC.WebRTCICECandidateStats

r/w

The GstWebRTC.WebRTCICECandidateStats associated to this candidate.

Methods

copy ()

free ()

Details

class GstWebRTC.WebRTCICECandidate

New in version 1.28.

copy()
Returns:

A copy of self

Return type:

GstWebRTC.WebRTCICECandidate

New in version 1.28.

free()

Helper function to free GstWebRTC.WebRTCICECandidate

New in version 1.28.