values constant
Implementation
static const Map<RtpHeaderDirection, String> values = {
RtpHeaderDirection.SendRecv: 'sendrecv',
RtpHeaderDirection.SendOnly: 'sendonly',
RtpHeaderDirection.RecvOnly: 'recvonly',
RtpHeaderDirection.Inactive: 'inactive',
};