Constructors
constructor
-
new WebRTCICECandidate( properties?: Partial< { _gst_reserved: null[]; candidate: string; component: number; sdp_mid: string; sdp_mline_index: number; }, >,): WebRTCICECandidate
Parameters
Optionalproperties: Partial<
{
_gst_reserved: null[];
candidate: string;
component: number;
sdp_mid: string;
sdp_mline_index: number;
},
>
Properties
candidate
candidate: string
component
component: number
sdp_mline_index
sdp_mline_index: number
Methods
Since
1.28