Package com.flashphoner.fpwcsapi.bean
Class CallStatusInfo
java.lang.Object
com.flashphoner.fpwcsapi.bean.CallStatusInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Client did not send DTLS packets or packets were lost/corrupted during transmission.static final String
DTLS wrong fingerprint.static final String
Error occurred during call.static final String
Failed by error during ICE establishment.static final String
Call failed by request timeout.static final String
FF writer was failed on RTMP.static final String
RTP session failed by RTP activity timer.static final String
Error occurred on session creation.static final String
No common codecsstatic final String
Normal call hangup.static final String
Transcoding required, but disabled in settings -
Constructor Summary
-
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()
-