We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d761af commit 07eb5dfCopy full SHA for 07eb5df
1 file changed
HarmonyOS_NEXT/APIExample/entry/src/main/ets/pages/basic/JoinAudioChannel.ets
@@ -183,7 +183,7 @@ struct JoinAudioChannel {
183
}
184
config.mContext = context;
185
Logger.info(TAG, "in thread create engine begin: ");
186
- this.rtcEngine = RtcEngine.create(config) as RtcEngineEx
+ this.rtcEngine = RtcEngine.create(config)
187
this.rtcEngine.enableAudio()
188
const retAudio = this.rtcEngine.enableAudioVolumeIndication(1000, 3, true)
189
Logger.info(TAG, `enableAudioVolumeIndication retAudio ${retAudio}`)
0 commit comments