danog\MadelineProto\EventHandler\Calls\AbstractGroupCallParticipant
Author: Daniil Gentili daniil@daniil.it
What a participant of a video chat ({@see GroupCallParticipant}) and of a live story
({@see LiveStoryParticipant}) have in common, mirroring the shared fields of groupCallParticipant.
Properties
$source:intWebRTC audio source ID (SSRC) of this participant,0if unknown.$date:intWhen did this participant join the call.$activeDate:?intWhen was this participant last active, if ever.$muted:boolWhether the participant is muted.$canSelfUnmute:boolWhether a muted participant may unmute themselves.$mutedByYou:boolWhether we muted this participant only for ourselves.$self:boolWhether this participant is ourselves.$justJoined:boolWhether the participant just joined.$videoJoined:boolWhether the participant is transmitting video.$videoSources:list<int>$presentationSources:list<int>$videoEndpoint:?stringThe SFU endpoint id of this participant’s camera stream, needed to subscribe to it.$presentationEndpoint:?stringThe SFU endpoint id of this participant’s screen-share stream, needed to subscribe to it.$volume:int<1, 20000>Playback volume, from 1 to 20000 where 10000 is 100%.$about:?stringBio of the participant, if any.$raiseHandRating:?intRaised hand rating, if the participant raised their hand.$volumeByAdmin:boolWhether the participant’s volume was set by an admin.$peerId:intBot API ID of the peer this participant is (a user id, in a conference).
Method list:
Methods:
jsonSerialize(): array<string, mixed>
Generated by danog/phpdoc