Contains information about an ICE candidate which will be sent to the peer/server

interface Candidate {
    candidate: string;
    sdpMid: string;
    sdpMLineIndex: number;
    usernameFragment: string;
}

Properties

candidate: string
sdpMid: string
sdpMLineIndex: number
usernameFragment: string