onHlsStopped

Called when HLS streaming has stopped.

Code Example:


override fun onHlsStopped() {
    Log.d("Meeting", "HLS stopped")
}

See also