audioMixingFinished property

  1. @deprecated
EmptyCallback? audioMixingFinished
getter/setter pair

Occurs when the audio mixing file playback finishes.

Deprecated This callback is deprecated. Use RtcEngineEventHandler.audioMixingStateChanged instead.

You can start an audio mixing file playback by calling the RtcEngine.startAudioMixing method. This callback is triggered when the audio mixing file playback finishes.

If the RtcEngine.startAudioMixing method call fails, an WarningCode.AudioMixingOpenError warning returns in the warning callback. The EmptyCallback typedef does not include any parameter.

Implementation

@deprecated
EmptyCallback? audioMixingFinished;