Class Participant
com.poly.polyos.call
Class Participant
- java.lang.Object
- com.poly.polyos.call.Participant
public class
Participant
extends java.lang.Object
Represents a participant who is in the Call
or Meeting
(Experimental API)
Field Summary
Modifier and Type | Field and Description |
---|---|
android.net.Uri | avatar |
Uri for the avatar image if any | |
java.lang.String | name |
Name of the participant |
Constructor Summary
Constructor and Description
Participant()
Method Summary
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
, wait
, wait
Field Detail
name
public java.lang.String name
Name of the participant
avatar
public android.net.Uri avatar
Uri for the avatar image, if any
Constructor Detail
Participant
public Participant()