SendMetricsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use sendMetricsRequestDescriptor instead')
const SendMetricsRequest$json = {
  '1': 'SendMetricsRequest',
  '2': [
    {'1': 'session_id', '3': 1, '4': 1, '5': 9, '10': 'sessionId'},
    {
      '1': 'unified_session_id',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'unifiedSessionId'
    },
    {
      '1': 'inbounds',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.models.InboundRtp',
      '10': 'inbounds'
    },
    {
      '1': 'outbounds',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.models.OutboundRtp',
      '10': 'outbounds'
    },
    {
      '1': 'remote_inbounds',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.models.RemoteInboundRtp',
      '10': 'remoteInbounds'
    },
    {
      '1': 'remote_outbounds',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.models.RemoteOutboundRtp',
      '10': 'remoteOutbounds'
    },
  ],
};