public interface CallDetails
Modifier and Type | Method and Description |
---|---|
int |
getDuration()
Returns the duration of the call in seconds.
|
CallEndCause |
getEndCause()
Returns the cause of why a call ended, after it has ended.
|
java.util.Date |
getEndedTime()
Returns the ended time of the call.
|
SinchError |
getError()
If the end cause is
CallEndCause.FAILURE , then this method returns
an error object that describes the error. |
java.util.Date |
getEstablishedTime()
Returns the time when the call was established.
|
java.util.Date |
getStartedTime()
Returns the started time of the call.
|
boolean |
isVideoOffered()
Whether the caller has offered video.
|
java.util.Date getStartedTime()
java.util.Date getEstablishedTime()
java.util.Date getEndedTime()
int getDuration()
CallEndCause getEndCause()
CallEndCause
to why a call ended.boolean isVideoOffered()
SinchError getError()
CallEndCause.FAILURE
, then this method returns
an error object that describes the error.Copyright 2016, Sinch AB