Class MediaTypes
Static class that defines constant strings for each media type
Inherited Members
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public static class MediaTypes
Fields
| Edit this page View SourceAudio
Audio media
Declaration
public const string Audio = "audio"
Field Value
Type | Description |
---|---|
string |
MSRP
Message Session Relay Protocol. See RFC 4975.
Declaration
public const string MSRP = "message"
Field Value
Type | Description |
---|---|
string |
RTT
Real Time Text (RTT) media. See RFC 4103
Declaration
public const string RTT = "text"
Field Value
Type | Description |
---|---|
string |
Video
Video media
Declaration
public const string Video = "video"
Field Value
Type | Description |
---|---|
string |