SendDataRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use sendDataRequestDescriptor instead')
const SendDataRequest$json = {
  '1': 'SendDataRequest',
  '2': [
    {'1': 'roomId', '3': 1, '4': 1, '5': 9, '10': 'roomId'},
    {'1': 'payload', '3': 2, '4': 1, '5': 9, '10': 'payload'},
    {'1': 'label', '3': 3, '4': 1, '5': 9, '10': 'label'},
    {'1': 'peers', '3': 4, '4': 3, '5': 9, '10': 'peers'},
    {'1': 'admin', '3': 5, '4': 1, '5': 8, '10': 'admin'},
  ],
};