ParticipantSource$json top-level constant
- @Deprecated('Use participantSourceDescriptor instead')
Implementation
@$core.Deprecated('Use participantSourceDescriptor instead')
const ParticipantSource$json = {
'1': 'ParticipantSource',
'2': [
{'1': 'PARTICIPANT_SOURCE_WEBRTC_UNSPECIFIED', '2': 0},
{'1': 'PARTICIPANT_SOURCE_RTMP', '2': 1},
{'1': 'PARTICIPANT_SOURCE_WHIP', '2': 2},
{'1': 'PARTICIPANT_SOURCE_SIP', '2': 3},
{'1': 'PARTICIPANT_SOURCE_RTSP', '2': 4},
{'1': 'PARTICIPANT_SOURCE_SRT', '2': 5},
],
};