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