onResumedAllStreams

Called when all streams of a specific kind have been resumed.

Code Example:


override fun onResumedAllStreams(kind: String) {
    Log.d("Meeting", "All $kind streams resumed")
}

Parameters

kind

the kind of streams that were resumed: "video", "audio", or "share"

See also