transcodingUpdated property

EmptyCallback? transcodingUpdated
getter/setter pair

Occurs when the publisher's transcoding settings are updated.

When the LiveTranscoding class in the RtcChannel.setLiveTranscoding method updates, the SDK triggers this callback to report the update information.

Note

  • If you call the RtcChannel.setLiveTranscoding method to set the LiveTranscoding class for the first time, the SDK does not trigger this callback. The EmptyCallback typedef does not include any parameter.

Implementation

EmptyCallback? transcodingUpdated;