Interface DTMFListener


  • public interface DTMFListener
    The purpose of a DTMFListener is to notify implementors when new DMTF tones are received by this MediaService implementation.
    Author:
    Emil Ivov
    • Method Detail

      • dtmfToneReceptionStarted

        void dtmfToneReceptionStarted​(DTMFToneEvent event)
        Indicates that we have started receiving a DTMFTone.
        Parameters:
        event - the DTMFToneEvent instance containing the DTMFTone
      • dtmfToneReceptionEnded

        void dtmfToneReceptionEnded​(DTMFToneEvent event)
        Indicates that reception of a DTMF tone has stopped.
        Parameters:
        event - the DTMFToneEvent instance containing the DTMFTone