Class MediaPortSettings
Stores the media port ranges for each media type.
Inherited Members
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public class MediaPortSettings
Constructors
| Edit this page View SourceMediaPortSettings()
Constructor. Sets up come defaults.
Declaration
public MediaPortSettings()
Properties
| Edit this page View SourceAudioPorts
Port range for audio
Declaration
public PortRange AudioPorts { get; set; }
Property Value
Type | Description |
---|---|
PortRange |
MsrpPorts
Port range for Message Session Relay Protocol (MSRP)
Declaration
public PortRange MsrpPorts { get; set; }
Property Value
Type | Description |
---|---|
PortRange |
RttPorts
Port range for Real Time Text (RTT)
Declaration
public PortRange RttPorts { get; set; }
Property Value
Type | Description |
---|---|
PortRange |
VideoPorts
Port range for video
Declaration
public PortRange VideoPorts { get; set; }
Property Value
Type | Description |
---|---|
PortRange |