Enum MediaDirectionEnum
Enumeration of values for the Media Direction SDP attribute. See Section 6.7 of RFC 8866.
Namespace: SipLib.Sdp
Assembly: SipLib.dll
Syntax
public enum MediaDirectionEnum
Fields
Name | Description |
---|---|
inactive | Media is inactive |
recvonly | Receive only |
sendonly | Send only |
sendrecv | Send and receive |