Interface IRTCRtpReceiver
The RTCRtpReceiver interface allows an application to inspect the receipt of a MediaStreamTrack.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public interface IRTCRtpReceiver
Remarks
As specified at https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface.
Properties
| Improve this Doc View Sourcetrack
Declaration
MediaStreamTrack track { get; }
Property Value
Type | Description |
---|---|
MediaStreamTrack |