Uses of Class
com.vonage.client.meetings.MeetingRoom
Packages that use MeetingRoom
Package
Description
This package contains classes and sub-packages to support usage of the
Meetings API.
-
Uses of MeetingRoom in com.vonage.client.meetings
Methods in com.vonage.client.meetings that return MeetingRoomModifier and TypeMethodDescriptionMeetingRoom.Builder.build()Builds the MeetingRoom.MeetingsClient.createRoom(MeetingRoom room) Deprecated.Create a new room.static MeetingRoomCreates an instance of this class from a JSON payload.Deprecated.Get details of an existing room.MeetingsClient.updateRoom(UUID roomId, UpdateRoomRequest roomUpdate) Deprecated.Update an existing room.Methods in com.vonage.client.meetings that return types with arguments of type MeetingRoomModifier and TypeMethodDescriptionMeetingsClient.listRooms()Deprecated.Get all listed rooms in the application.MeetingsClient.searchRoomsByTheme(UUID themeId) Deprecated.Get rooms that are associated with a theme ID.Methods in com.vonage.client.meetings with parameters of type MeetingRoomModifier and TypeMethodDescriptionMeetingsClient.createRoom(MeetingRoom room) Deprecated.Create a new room.