Skip to main content

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 TypeField and Description
android.net.Uriavatar
Uri for the avatar image if any
java.lang.Stringname
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()