Participant

open class Participant

Base participant object

Functions

address
Link copied to clipboard
fun address(): String
The participant's unique identifier
attach
Link copied to clipboard
fun attach()
This method is made available to re-attach the rendering surface to the media stream after re-entering the foreground (see: detach).
detach
Link copied to clipboard
fun detach()
This method is made available to detach the MediaStreamVideoView from the media stream when entering the background (see attach).
name
Link copied to clipboard
fun name(): String?
The participant's name
setVideoView
Link copied to clipboard
fun setVideoView(view: WeakReference<MediaStreamVideoView>?)
Used to set the MediaStreamVideoView for a participant.

Inheritors

LocalParticipant
Link copied to clipboard
RemoteParticipant
Link copied to clipboard