Show / Hide Table of Contents

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 Source

track

Declaration
MediaStreamTrack track { get; }
Property Value
Type Description
MediaStreamTrack

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX