MultimediaParticipant

Represents a participant in a multimedia session.

Each participant has an origin indicating whether they are the local user or a remote participant, and provides access to their audioTracks for audio visualization.

Properties

Link copied to clipboard
abstract val audioTracks: AudioStream

The audio tracks associated with this participant.

Link copied to clipboard
abstract val identifier: String?

A unique identifier for this participant, or null if unavailable.

Link copied to clipboard

Whether this participant is local or remote.