ProduceDataRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use produceDataRequestDescriptor instead')
const ProduceDataRequest$json = {
  '1': 'ProduceDataRequest',
  '2': [
    {'1': 'peerId', '3': 1, '4': 1, '5': 9, '10': 'peerId'},
    {'1': 'roomId', '3': 2, '4': 1, '5': 9, '10': 'roomId'},
    {'1': 'label', '3': 3, '4': 1, '5': 9, '10': 'label'},
    {'1': 'protocol', '3': 4, '4': 1, '5': 9, '10': 'protocol'},
    {
      '1': 'sctpStreamParameters',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.ProtoSctpStreamParameters',
      '10': 'sctpStreamParameters'
    },
    {'1': 'transportId', '3': 6, '4': 1, '5': 9, '10': 'transportId'},
    {
      '1': 'appData',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.SushiToMomo.ProduceDataRequest.AppDataEntry',
      '10': 'appData'
    },
  ],
  '3': [ProduceDataRequest_AppDataEntry$json],
};