transcodingUpdated property

EmptyCallback? transcodingUpdated
getter/setter pair

Occurs when the publisher's transcoding is updated. When the LiveTranscoding class in the setLiveTranscoding method updates, the SDK triggers the transcodingUpdated callback to report the update information. If you call the setLiveTranscoding method to set the LiveTranscoding class for the first time, the SDK does not trigger this callback.

Implementation

EmptyCallback? transcodingUpdated;