ProtoRtpCapabilities$json top-level constant

  1. @Deprecated('Use protoRtpCapabilitiesDescriptor instead')
Map<String, Object> const ProtoRtpCapabilities$json

Implementation

@$core.Deprecated('Use protoRtpCapabilitiesDescriptor instead')
const ProtoRtpCapabilities$json = {
  '1': 'ProtoRtpCapabilities',
  '2': [
    {
      '1': 'codecs',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.ProtoRtpCodecCapability',
      '10': 'codecs'
    },
    {
      '1': 'headerExtensions',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.ProtoRtpHeaderExtension',
      '10': 'headerExtensions'
    },
  ],
};