Format of an ICE candidate message.
export type SignalingCandidate = { type: WebrtcSignalingMessageType.CANDIDATE, candidate: RTCIceCandidateInit, }