Uses of Class
it.tdlight.jni.TdApi.CallProblem
-
Uses of TdApi.CallProblem in it.tdlight.jni
Subclasses of TdApi.CallProblem in it.tdlight.jniModifier and TypeClassDescriptionstatic final classThe speech was distorted.static final classThe video was distorted.static final classThe call ended unexpectedly.static final classThe user heard their own voice.static final classThe other side kept disappearing.static final classThe user heard background noise.static final classThe video was pixelated.static final classThe user couldn't hear the other side.static final classThe other side couldn't hear the user.Fields in it.tdlight.jni declared as TdApi.CallProblemModifier and TypeFieldDescriptionTdApi.SendCallRating.problemsList of the exact types of problems with the call, specified by the user.Constructors in it.tdlight.jni with parameters of type TdApi.CallProblemModifierConstructorDescriptionSendCallRating(int callId, int rating, String comment, TdApi.CallProblem[] problems) Sends a call rating.