onHlsStarted

Called when HLS streaming has started successfully.

Code Example:


override fun onHlsStarted() {
    Log.d("Meeting", "HLS started")
}

See also