Enum MediaStreamStatusEnum
The types of status that a media stream can have. Note that the stream status can be defined with an attribute at session level or at media element level. If no attribute is defined then the default is "sendrecv". Note that this status applies to RTP streams only. If there is an RTCP stream associated with the RTP it should carry on as normal. See https://tools.ietf.org/html/rfc4566#section-6
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum MediaStreamStatusEnum
Fields
Name | Description |
---|---|
Inactive | |
RecvOnly | |
SendOnly | |
SendRecv |