stopLocalAudioMixer

Stops the local audio mixing.

virtual int stopLocalAudioMixer() = 0;
Since
v4.5.0

After calling startLocalAudioMixer, call this method if you want to stop the local audio mixing.

Call timing

Call this method after startLocalAudioMixer.

Restrictions

None.

Returns

  • 0: Success.
  • < 0: Failure.
    • -7: The IRtcEngine object has not been initialized. You need to initialize the IRtcEngine object before calling this method.