CallPlusSignalCallback

public interface CallPlusSignalCallback

Group call signaling send callback.

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

See also

Functions

Link copied to clipboard
public abstract Unit onError(Integer code, String message)

Invoked when the signal fails to send.

Link copied to clipboard
public abstract Unit onSuccess(String key, String signalInfo)

Invoked when the signal is sent successfully.