on Livestream State Changed
Called when the livestream state changes.
Possible states: "LIVESTREAM_STARTING", "LIVESTREAM_STARTED", "LIVESTREAM_STOPPING", "LIVESTREAM_STOPPED".
Code Example:
override fun onLivestreamStateChanged(livestreamState: String) {
Log.d("Meeting", "Livestream state: $livestreamState")
}
Content copied to clipboard
Parameters
livestream State
the current livestream state