Class WebConferencingService.RoomInfo

Enclosing class:
WebConferencingService

public class WebConferencingService.RoomInfo extends GroupInfo
Represent Chat room in calls.
  • Constructor Details

    • RoomInfo

      public RoomInfo(String id, String title)
      Instantiates a new room info.
      Parameters:
      id - the id
      title - the title
  • Method Details