InboundVideoState$json top-level constant

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

Implementation

@$core.Deprecated('Use inboundVideoStateDescriptor instead')
const InboundVideoState$json = {
  '1': 'InboundVideoState',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '10': 'userId'},
    {'1': 'session_id', '3': 2, '4': 1, '5': 9, '10': 'sessionId'},
    {
      '1': 'track_type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.stream.video.sfu.models.TrackType',
      '10': 'trackType'
    },
    {'1': 'paused', '3': 4, '4': 1, '5': 8, '10': 'paused'},
  ],
};