getRemoteCandidates method
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Retrieves the sequence of candidates associated with the remote RTCIceTransport
.
Syntax
var retval = RTCIceTransport.getRemoteCandidates();
Parameters
This method has no parameters.
Return value
Type: sequence<RTCIceCandidate>
Only returns the candidates previously added using setRemoteCandidates()
or addRemoteCandidate()
.