Enum MediaLabel
Enumeration for the label attribute of an SDP media description for SIPREC media channels.
Namespace: SipRecClient
Assembly: SipRecClient.dll
Syntax
public enum MediaLabel
Fields
Name | Description |
---|---|
ReceivedAudio | Media label number for audio received from the caller or the called party. Corresponds to "a=label:1". |
ReceivedMsrp | Media label number for MSRP media received from the caller or the called party. Corresponds to "a=label:7". |
ReceivedRTT | Media label number for RTT received from the caller or the called party. Corresponds to "a=label:5". |
ReceivedVideo | Media label number for video received from the caller or the called party. Corresponds to "a=label:3". |
SentAudio | Media label number for audio sent to the caller or the called party. Corresponds to "a=label:2". |
SentMsrp | Media label number for MSRP media sent to the caller or the called party. Corresponds to "a=label:8", |
SentRTT | Media label number for RTT sent to the caller or the called party. Corresponds to "a=label:6". |
SentVideo | Media label number for video sent to the caller or the called party. Corresponds to "a=label:4". |