◆ ~IServiceObserver()
◆ onPermissionError()
Reports the permission error.
- Parameters
-
◆ onAudioDeviceError()
virtual void onAudioDeviceError |
( |
ERROR_CODE_TYPE |
error, |
|
|
const char * |
description |
|
) |
| |
|
inlinevirtual |
Reports the audio device error.
- Parameters
-
◆ onFetchConfigResult()
Reports the config fetch result.
- Parameters
-
code | The error code of fetching config.
- 0(ERR_OK): Success.
- 10(ERR_TIMEDOUT): Fetching config is timed out.
|
configType | The type of fetching config.
- 1(CONFIG_FETCH_TYPE_INITIALIZE): Fetch config when initializing RtcEngine without channel info.
- 2(CONFIG_FETCH_TYPE_JOIN_CHANNEL): Fetch config when joining channel with channel info, such as channel name and uid.
|
configContent | The config fetched from server. |