Interface IRTCRtpSender
The RTCRtpSender interface allows an application to control how a given MediaStreamTrack is encoded and transmitted to a remote peer. When setParameters is called on an RTCRtpSender object, the encoding is changed appropriately.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public interface IRTCRtpSender
Remarks
As specified at https://www.w3.org/TR/webrtc/#rtcrtpsender-interface.
Properties
| Improve this Doc View Sourcetrack
Declaration
MediaStreamTrack track { get; }
Property Value
Type | Description |
---|---|
MediaStreamTrack |