eufy-mega / core/contracts / WebRTCIceCandidate
Interface: WebRTCIceCandidate
A trickle-ICE candidate crossing the WebRTC signaling boundary (JSEP shape).
Properties
candidate
ts
candidate: string;The candidate: attribute value (without the a= prefix).
sdpMid?
ts
optional sdpMid?: string;Media-stream identification tag of the m-section this candidate belongs to.
sdpMLineIndex?
ts
optional sdpMLineIndex?: number;Index of the m-section this candidate belongs to.