ParticipantSource$json top-level constant

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

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},
  ],
};