values constant

List<ParticipantSource> const values

Implementation

static const $core.List<ParticipantSource> values = <ParticipantSource>[
  PARTICIPANT_SOURCE_WEBRTC_UNSPECIFIED,
  PARTICIPANT_SOURCE_RTMP,
  PARTICIPANT_SOURCE_WHIP,
  PARTICIPANT_SOURCE_SIP,
  PARTICIPANT_SOURCE_RTSP,
  PARTICIPANT_SOURCE_SRT,
];