onRemoteStreamUpdated

abstract fun onRemoteStreamUpdated(room: Room, participant: RemoteParticipant)

Raised when a remote stream is added, removed or changed.

Parameters

room

The room the local user is in.

participant

The remote participant for which the stream was updated.