updateLocalTranscoderConfiguration

Updates the local video mixing configuration.

public abstract int updateLocalTranscoderConfiguration(LocalTranscoderConfiguration config);

Details

After calling startLocalVideoTranscoder, call this method if you want to update the local video mixing configuration.

Note: If you want to update the video source type used for local video mixing, such as adding a second camera or screen to capture video, you need to call this method after startCameraCapture or startScreenCapture.

Parameters

config
Configuration of the local video mixing, see LocalTranscoderConfiguration.

Returns

  • 0: Success.
  • < 0: Failure.