GroupCallParticipantVideo

---types---
groupCallParticipantVideo#67753ac8 paused:flags.0?true endpoint:string source_groups:Vector<GroupCallParticipantVideoSourceGroup> audio_source:flags.1?int = GroupCallParticipantVideo

Belongs to

GroupCallParticipantVideo

In Rust this constructor is a variant of the enums::GroupCallParticipantVideo enum.
Match on it with: if let enums::GroupCallParticipantVideo::GroupCallParticipantVideo(v) = result { ... }

Parameters

pausedtrueoptional
endpointstringrequired
source_groupsVector<GroupCallParticipantVideoSourceGroup>required
audio_sourceintoptional