setAndNotify

public synchronized void setAndNotify(T data)

设置结果、清空 RTCErrorCode 并唤醒等待线程


public synchronized void setAndNotify(RTCErrorCode errorCode)

设置错误码并唤醒线程


public synchronized void setAndNotify(RTCErrorCode errorCode, T data)