Skip to main content

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 TypeField and Description
DialInfodialInfo
The DialInfo to dial this meeting
longendTime
Start time as UTC milliseconds from the epoch
booleanisPrivate
Whether this is a private meeting
java.lang.Stringlocation
Location if any
Participant[]participants
Participants
longstartTime
Start time as UTC milliseconds from the epoch
java.lang.Stringsubject
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()