Uses of Class
org.drinkless.tdlib.TdApi.GroupCallParticipantVideoInfo
-
Packages that use TdApi.GroupCallParticipantVideoInfo Package Description org.drinkless.tdlib -
-
Uses of TdApi.GroupCallParticipantVideoInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GroupCallParticipantVideoInfo Modifier and Type Field Description TdApi.GroupCallParticipantVideoInfoTdApi.GroupCallParticipant. screenSharingVideoInfoInformation about user's screen sharing video channel; may be null if there is no active screen sharing video.TdApi.GroupCallParticipantVideoInfoTdApi.GroupCallParticipant. videoInfoInformation about user's video channel; may be null if there is no active video.Constructors in org.drinkless.tdlib with parameters of type TdApi.GroupCallParticipantVideoInfo Constructor Description GroupCallParticipant(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.
-