setRemoteCandidates 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.]
Set the sequence of candidates associated with the remote RTCIceTransport
. If state is "closed", throw an InvalidStateError
exception.
Syntax
var retval = RTCIceTransport.setRemoteCandidates(remoteCandidates);
Parameters
remoteCandidates [optional]
Type: RTCIceCandidateNullable
Return value
This method does not return a value.