IConversationOptions
in
Tags
Table of Contents
Methods
- getMeetingEndDate() : DateTimeInterface|null
- End date of the meeting
- getMeetingStartDate() : DateTimeInterface|null
- Start date of the meeting
- isPublic() : bool
- Will the conversation be public?
- setMeetingDate() : $this
- Date of the meeting if the conversation is tied to a single meeting event
- setPublic() : $this
- Make the new conversation public
Methods
getMeetingEndDate()
End date of the meeting
public
getMeetingEndDate() : DateTimeInterface|null
Tags
Return values
DateTimeInterface|nullgetMeetingStartDate()
Start date of the meeting
public
getMeetingStartDate() : DateTimeInterface|null
Tags
Return values
DateTimeInterface|nullisPublic()
Will the conversation be public?
public
isPublic() : bool
Tags
Return values
boolsetMeetingDate()
Date of the meeting if the conversation is tied to a single meeting event
public
setMeetingDate(DateTimeInterface $meetingStartDate, DateTimeInterface $meetingEndDate) : $this
This will be used by the Talk backend to expire the conversation after a reasonable amount of time after the meeting unless the conversation is being reused.
Parameters
- $meetingStartDate : DateTimeInterface
- $meetingEndDate : DateTimeInterface
Tags
Return values
$thissetPublic()
Make the new conversation public
public
setPublic([bool $isPublic = true ]) : $this
Parameters
- $isPublic : bool = true