OnLocalVideoTranscoderError
Occurs when there's an error during the local video mixing.
public virtual void OnLocalVideoTranscoderError(TranscodingVideoStream stream, VIDEO_TRANSCODER_ERROR error){}
Details
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.