createAssociatedGatherer 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 RTCIceGatherer for RTCP. If state is "closed", throw an InvalidStateError exception. If called more than once for the same component or if component is "RTCP", throw an InvalidStateError exception.

Note  Real-Time Transport Control Protocol (RTCP) is a network transport protocol that enables monitoring of Real-Time Transport Protocol (RTP) data delivery and provides minimal control and identification functionality, as described in [RFC3550].

 

Syntax

var retVal = RTCIceGatherer.createAssociatedGatherer();

Parameters

This method has no parameters.

Standards information

See also

RTCIceGatherer