GroupCallParticipantVideoInfo constructor
GroupCallParticipantVideoInfo({
- required List<
GroupCallVideoSourceGroup> sourceGroups, - required String endpointId,
- required bool isPaused,
Implementation
GroupCallParticipantVideoInfo({
required this.sourceGroups,
required this.endpointId,
required this.isPaused,
});