Package 

Interface CallListener

  • All Implemented Interfaces:

    
    public interface CallListener
    
                        

    Represents a listener of Call events. The methods handle call state changes.

    For a complete outgoing call, the listener methods will be called in the following order:

    • onCallProgressing

    • onCallEstablished

    • onCallEnded

    For a complete incoming call, the listener methods will be called in the following order (after the callback method CallControllerListener.onIncomingCall has been called):

    • onCallEstablished

    • onCallEnded

    • 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