Interface CallNotificationResult

  • All Implemented Interfaces:

    
    public interface CallNotificationResult
    
                        

    The CallNotificationResult is used to indicate the result of a relayed push notification payload and includes call related information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getCallId() The call identifier.
      abstract String getRemoteUserId() The remote user identifier.
      abstract String getDisplayName() The display name of the user calling, if available (null otherwise).
      abstract Boolean isVideoOffered() Flag indicating whether the caller offered video.
      abstract Map<String, String> getCallHeaders() Public headers associated with the call or empty map if no headers were set by the call initiator.
      abstract Boolean isTimedOut() Indicates whether the call has timed out.
      abstract String getDomain() The domain associated with the call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait