createAssociatedTransport 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.]
Create an associated RTCIceTransport
for RTCP. If called more than once for the same component, or if state is "closed", throw an InvalidStateError
exception. If called when component is "RTCP", throw an InvalidStateError
exception.
Syntax
var = RTCIceTransport.createAssociatedTransport();
Parameters
This method has no parameters.