GroupCallParticipantVideoInfo constructor
const
GroupCallParticipantVideoInfo({
- required List<
GroupCallVideoSourceGroup> sourceGroups, - required String endpointId,
- required bool isPaused,
Contains information about a group call participant's video channel
Implementation
const GroupCallParticipantVideoInfo({
required this.sourceGroups,
required this.endpointId,
required this.isPaused,
});