TrackUnpublished$json top-level constant

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

Implementation

@$core.Deprecated('Use trackUnpublishedDescriptor instead')
const TrackUnpublished$json = const {
  '1': 'TrackUnpublished',
  '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': 'type', '3': 3, '4': 1, '5': 14, '6': '.stream.video.sfu.models.TrackType', '10': 'type'},
    const {'1': 'cause', '3': 4, '4': 1, '5': 14, '6': '.stream.video.sfu.models.TrackUnpublishReason', '10': 'cause'},
    const {'1': 'participant', '3': 5, '4': 1, '5': 11, '6': '.stream.video.sfu.models.Participant', '10': 'participant'},
  ],
};