Uses of Class
org.drinkless.tdlib.TdApi.CallProblem
-
Packages that use TdApi.CallProblem Package Description org.drinkless.tdlib -
-
Uses of TdApi.CallProblem in org.drinkless.tdlib
Subclasses of TdApi.CallProblem in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.CallProblemDistortedSpeechThe speech was distorted.static classTdApi.CallProblemDistortedVideoThe video was distorted.static classTdApi.CallProblemDroppedThe call ended unexpectedly.static classTdApi.CallProblemEchoThe user heard their own voice.static classTdApi.CallProblemInterruptionsThe other side kept disappearing.static classTdApi.CallProblemNoiseThe user heard background noise.static classTdApi.CallProblemPixelatedVideoThe video was pixelated.static classTdApi.CallProblemSilentLocalThe user couldn't hear the other side.static classTdApi.CallProblemSilentRemoteThe other side couldn't hear the user.Fields in org.drinkless.tdlib declared as TdApi.CallProblem Modifier and Type Field Description TdApi.CallProblem[]TdApi.SendCallRating. problemsList of the exact types of problems with the call, specified by the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.CallProblem Constructor Description SendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems)Creates a function, which sends a call rating.
-