on Paused All Streams
Called when all streams of a specific kind have been paused.
Code Example:
override fun onPausedAllStreams(kind: String) {
Log.d("Meeting", "All $kind streams paused")
}
Content copied to clipboard
Parameters
kind
the kind of streams that were paused: "video", "audio", or "share"
See also
Meeting.pauseAllStreams()