TrackSubscriptionDetails$json top-level constant

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

Implementation

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