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.
|
long |
getEndedTime()
Returns the ended time of the call (UNIX timestamp).
|
SinchError |
getError()
If the end cause is
CallEndCause.FAILURE , then this method returns
an error object that describes the error. |
long |
getEstablishedTime()
Returns the time when the call was established (UNIX timestamp).
|
long |
getStartedTime()
Returns the started time of the call (UNIX timestamp).
|
boolean |
isVideoOffered()
Whether the caller has offered video.
|
long getStartedTime()
long getEstablishedTime()
long 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