Class Meeting
com.poly.polyos.call
Class Meeting
- java.lang.Object
- com.poly.polyos.call.Meeting
public class
Meeting
extends java.lang.Object
Represents a meeting typically scheduled through calendar. Experimental API
Field Summary
Modifier and Type | Field and Description |
---|---|
DialInfo | dialInfo |
The DialInfo to dial this meeting | |
long | endTime |
Start time as UTC milliseconds from the epoch | |
boolean | isPrivate |
Whether this is a private meeting | |
java.lang.String | location |
Location if any | |
Participant[] | participants |
Participants | |
long | startTime |
Start time as UTC milliseconds from the epoch | |
java.lang.String | subject |
Meeting subject |
Constructor Summary
Constructor and Description
Meeting()
Method Summary
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
,wait
, wait
, wait
Field Detail
dialInfo
public DialInfo dialInfo
The DialInfo
to dial this meeting
startTime
public long startTime
Start time as UTC milliseconds from the epoch
endTime
public long endTime
End time as UTC milliseconds from the epoch
subject
public java.lang.String subject
Meeting subject
location
public java.lang.String location
Location if any
participants
public Participant[] participants
Participants
isPrivate
public boolean isPrivate
Whether this is a private meeting
Constructor Detail
Meeting
public Meeting()