requestSendCSRC 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.]

Extends the RTCRtpReceiver object, requesting that a source identified by a CSRC be sent to the receiver. This extension is designed for use with the H.264UC codec, which supports an RTCP source request message.

Syntax

var retval = H.264UC extensions.requestSendCSRC(csrc);

Parameters

Request that the source identified by csrc be sent to the RTCRtpReceiver object.

  • csrc
    Type: unsigned long

Return value

This method does not return a value.

Standards information

See also

H.264UC extensions