Package 

Interface Call.CallMessageListener

    • Method Detail

      • onMessageReceived

         abstract void onMessageReceived(String callSid, CallMessage callMesssage)

        Notifies that an incoming call message has been received. This feature is currently inBeta.

        Parameters:
        callSid - The unique identifier for the Call or the CallInvite.
        callMesssage - The CallMessage received.
      • onMessageSent

         abstract void onMessageSent(String callSid, String voiceEventSID)

        Notifies that a CallMessage was sent. This feature is currently in Beta.

        Parameters:
        callSid - The unique identifier for the Call or the CallInvite.
        voiceEventSID - The same unique identifier to be associated with the uniqueidentifier returned from the sendMessage