Closed Paul-E closed 7 years ago
The SdpAttributeDirection is only used for 'extmap' which explicitly does not support the 'Inactive' value (because it makes no sense). But the SdpAttribute actually contains 'Inactive', 'Recvonly', 'Sendonly' and 'Sendrecv'. So no they are not the same. And I don't see an easy way to define one as the super set of another. So I suggest don't try to consolidate these.
We have
SdpAttributeDirection
withRecvonly
,Sendonly
, andSendrecv
. We also haveSdpAttribute
whicih hasRecvonly
,Sendonly
, andSendrecv
. If these are the same, we should consolidate them.