unregisterFaceInfoObserver abstract method

void unregisterFaceInfoObserver(
  1. FaceInfoObserver observer
)

Unregisters a facial information observer.

  • observer Facial information observer, see FaceInfoObserver.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

void unregisterFaceInfoObserver(FaceInfoObserver observer);