Uses of Class
org.drinkless.tdlib.TdApi.GroupCallParticipantVideoInfo
Packages that use TdApi.GroupCallParticipantVideoInfo
-
Uses of TdApi.GroupCallParticipantVideoInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GroupCallParticipantVideoInfoModifier and TypeFieldDescriptionTdApi.GroupCallParticipant.screenSharingVideoInfo
Information about user's screen sharing video channel; may be null if there is no active screen sharing video.TdApi.GroupCallParticipant.videoInfo
Information about user's video channel; may be null if there is no active video.Constructors in org.drinkless.tdlib with parameters of type TdApi.GroupCallParticipantVideoInfoModifierConstructorDescriptionGroupCallParticipant
(TdApi.MessageSender participantId, int audioSourceId, int screenSharingAudioSourceId, TdApi.GroupCallParticipantVideoInfo videoInfo, TdApi.GroupCallParticipantVideoInfo screenSharingVideoInfo, String bio, boolean isCurrentUser, boolean isSpeaking, boolean isHandRaised, boolean canBeMutedForAllUsers, boolean canBeUnmutedForAllUsers, boolean canBeMutedForCurrentUser, boolean canBeUnmutedForCurrentUser, boolean isMutedForAllUsers, boolean isMutedForCurrentUser, boolean canUnmuteSelf, int volumeLevel, String order) Represents a group call participant.