Uses of Class
com.vonage.client.meetings.MeetingRoom.Builder
Packages that use MeetingRoom.Builder
Package
Description
This package contains classes and sub-packages to support usage of the
Meetings API.
-
Uses of MeetingRoom.Builder in com.vonage.client.meetings
Methods in com.vonage.client.meetings that return MeetingRoom.BuilderModifier and TypeMethodDescriptionMeetingRoom.Builder.availableFeatures(AvailableFeatures availableFeatures) Available features for this meeting.static MeetingRoom.BuilderEntry point for constructing an instance of this class.MeetingRoom.Builder.callbackUrls(CallbackUrls callbackUrls) Callback URLs for this meeting.MeetingRoom.Builder.expireAfterUse(boolean expireAfterUse) Close the room after a session ends.NOTE: This parameter is REQUIRED if the room type isRoomType.LONG_TERM, but should not be present if the room type isRoomType.INSTANT.MeetingRoom.Builder.initialJoinOptions(InitialJoinOptions initialJoinOptions) Options for when a participant joins a meeting.MeetingRoom.Builder.isAvailable(boolean isAvailable) Once a room becomes unavailable, no new sessions can be created under it.MeetingRoom.Builder.joinApprovalLevel(JoinApprovalLevel joinApprovalLevel) Level of approval needed to join the meeting in the room.Free text that can be attached to a room.MeetingRoom.Builder.recordingOptions(RecordingOptions recordingOptions) Options for recording.ID of the theme for this room.Type of room.MeetingRoom.Builder.uiSettings(UISettings uiSettings) Settings for the user interface of this meeting.