Package com.flashphoner.fpwcsapi.bean
Class CallStatusInfo
java.lang.Object
com.flashphoner.fpwcsapi.bean.CallStatusInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringClient did not send DTLS packets or packets were lost/corrupted during transmission.static final StringDTLS wrong fingerprint.static final StringError occurred during call.static final StringFailed by error during ICE establishment.static final StringCall failed by request timeout.static final StringFF writer was failed on RTMP.static final StringRTP session failed by RTP activity timer.static final StringError occurred on session creation.static final StringNo common codecsstatic final StringNormal call hangup.static final StringTranscoding required, but disabled in settings -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NORMAL_CALL_CLEARING
Normal call hangup.- See Also:
-
FAILED_BY_SESSION_CREATION
Error occurred on session creation.- See Also:
-
FAILED_BY_ICE_ERROR
Failed by error during ICE establishment.- See Also:
-
FAILED_BY_RTP_ACTIVITY
RTP session failed by RTP activity timer.- See Also:
-
FAILED_BY_RTMP_WRITER_ERROR
FF writer was failed on RTMP.- See Also:
-
FAILED_BY_DTLS_FINGERPRINT_ERROR
DTLS wrong fingerprint.- See Also:
-
FAILED_BY_DTLS_ERROR
Client did not send DTLS packets or packets were lost/corrupted during transmission.- See Also:
-
FAILED_BY_ERROR
Error occurred during call.- See Also:
-
FAILED_BY_REQUEST_TIMEOUT
Call failed by request timeout.- See Also:
-
NO_COMMON_CODECS
No common codecs- See Also:
-
TRANSCODING_REQUIRED_BUT_DISABLED
Transcoding required, but disabled in settings- See Also:
-
-
Constructor Details
-
CallStatusInfo
public CallStatusInfo()
-