public interface CallNotificationResult
SinchClient.relayRemotePushNotificationPayload(java.lang.String)
and NotificationResult.getCallResult()
).
The CallNotificationResult includes call related information.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCallId()
Returns the call identifier.
|
java.util.Map<java.lang.String,java.lang.String> |
getHeaders()
Returns public headers associated with the call.
|
java.lang.String |
getRemoteUserId()
Returns the remote user identifier.
|
boolean |
isCallCanceled()
Indicates whether the call has been cancelled by call initiator side.
|
boolean |
isTimedOut()
Indicates whether the call has timed out.
|
boolean |
isVideoOffered()
Returns whether the caller offered video.
|
java.lang.String getCallId()
java.lang.String getRemoteUserId()
boolean isVideoOffered()
java.util.Map<java.lang.String,java.lang.String> getHeaders()
boolean isTimedOut()
boolean isCallCanceled()
Copyright 2016, Sinch AB