Modifier and Type | Class and Description |
---|---|
static interface |
Participant.Listener
Interface that provides
Participant events. |
Modifier and Type | Method and Description |
---|---|
List<AudioTrack> |
getAudioTracks()
Retrieves the list of audio tracks.
|
String |
getIdentity()
Returns the identity of the participant.
|
String |
getSid()
Returns the SID of a participant.
|
List<VideoTrack> |
getVideoTracks()
Retrieves the list of video tracks.
|
boolean |
isConnected()
Checks if the participant is connected to a room.
|
void |
setListener(Participant.Listener listener)
Set listener for this participant events.
|
public String getIdentity()
public String getSid()
public List<AudioTrack> getAudioTracks()
public List<VideoTrack> getVideoTracks()
public void setListener(Participant.Listener listener)
listener
- of participant events.public boolean isConnected()