onTrackReady

abstract fun onTrackReady(track: CustomStreamTrack)

Called when the custom track has been created and is ready to use.

Parameters

track

The created CustomStreamTrack, or null if creation failed.