WebrtcSignalingMessage.getCandidate()
DESCRIPTION
Get the SignalingCandidate contained in this message if isCandidate()
returns true. This must never be called if isCandidate()
returns false.
DECLARATION
SignalingCandidate getCandidate() const
RETURNS
The contained SignalingCandidate object.