on Hls Started
Called when HLS streaming has started successfully.
Code Example:
override fun onHlsStarted() {
Log.d("Meeting", "HLS started")
}
Content copied to clipboard
Called when HLS streaming has started successfully.
Code Example:
override fun onHlsStarted() {
Log.d("Meeting", "HLS started")
}