onLocalVideoTranscoderError

Occurs when there's an error during the local video mixing.

virtual void onLocalVideoTranscoderError(const TranscodingVideoStream& stream, VIDEO_TRANSCODER_ERROR error){
    (void)stream;
    (void)error;
  }

Details

Since
v4.2.0

When you fail to call startLocalVideoTranscoder or updateLocalTranscoderConfiguration, the SDK triggers this callback to report the reason.

Parameters

stream
The video streams that cannot be mixed during video mixing. See TranscodingVideoStream.
error
The reason for local video mixing error. See VIDEO_TRANSCODER_ERROR.