Participant$json top-level constant

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

Implementation

@$core.Deprecated('Use participantDescriptor instead')
const Participant$json = const {
  '1': 'Participant',
  '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': 'published_tracks', '3': 3, '4': 3, '5': 14, '6': '.stream.video.sfu.models.TrackType', '10': 'publishedTracks'},
    const {'1': 'joined_at', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'joinedAt'},
    const {'1': 'track_lookup_prefix', '3': 5, '4': 1, '5': 9, '10': 'trackLookupPrefix'},
    const {'1': 'connection_quality', '3': 6, '4': 1, '5': 14, '6': '.stream.video.sfu.models.ConnectionQuality', '10': 'connectionQuality'},
    const {'1': 'is_speaking', '3': 7, '4': 1, '5': 8, '10': 'isSpeaking'},
    const {'1': 'is_dominant_speaker', '3': 8, '4': 1, '5': 8, '10': 'isDominantSpeaker'},
    const {'1': 'audio_level', '3': 9, '4': 1, '5': 2, '10': 'audioLevel'},
    const {'1': 'name', '3': 10, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'image', '3': 11, '4': 1, '5': 9, '10': 'image'},
    const {'1': 'custom', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'custom'},
    const {'1': 'roles', '3': 13, '4': 3, '5': 9, '10': 'roles'},
  ],
};