Interface CallPlusSignalCallback

  • All Implemented Interfaces:

    
    public interface CallPlusSignalCallback
    
                        

    Group call signaling send callback.

    Used by the RTC module once the IM implementation is available.

    • 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 Unit onSuccess(String key, String signalInfo) Invoked when the signal is sent successfully.
      abstract Unit onError(Integer code, String message) Invoked when the signal fails to send.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onSuccess

         abstract Unit onSuccess(String key, String signalInfo)

        Invoked when the signal is sent successfully.

        Parameters:
        key - Signaling key
        signalInfo - Signaling content
      • onError

         abstract Unit onError(Integer code, String message)

        Invoked when the signal fails to send.

        Parameters:
        code - Error code
        message - Error message