Agora C++ API Reference for All Platforms
|
Public Member Functions | |
virtual | ~ILocalAudioTrackObserver () |
virtual void | onLocalAudioTrackStateChanged (LOCAL_AUDIO_STREAM_STATE state, LOCAL_AUDIO_STREAM_ERROR errorCode)=0 |
The observer of the local audio track.
|
inlinevirtual |
|
pure virtual |
Occurs when the state of a local audio track changes.
state | The state of the local audio track. |
errorCode | The error information for a state failure: LOCAL_AUDIO_STREAM_ERROR. |