Interface CallClientListener


  • public interface CallClientListener
    • Method Detail

      • onIncomingCall

        void onIncomingCall​(CallClient callClient,
                            Call call)
        Tells the listener that an incoming call has been received.
        Parameters:
        callClient - The callClient informing the listener that an incoming call was received. The listener of the incoming call object should be set by the implementation of this method.
        call - The incoming call.