AgentParticipantSelector constructor
const
AgentParticipantSelector({
- Key? key,
- required Widget builder(
- BuildContext context,
- Participant<
TrackPublication< ? agentParticipantTrack> >
Implementation
const AgentParticipantSelector({
super.key,
required this.builder,
});