public interface MeetMeRoom
MeetMe rooms bridge multiple channels.
Modifier and Type | Method and Description |
---|---|
String |
getRoomNumber()
Returns the number of this MeetMe room.
|
Collection<MeetMeUser> |
getUsers()
Returns a collection of all active users in this MeetMe room.
|
boolean |
isEmpty()
Checks whether there are users in this room or not.
|
void |
lock()
Locks this room so no addtional users can join.
|
void |
unlock()
Unlocks this room so additional users can join again.
|
String getRoomNumber()
This property is immutable.
Collection<MeetMeUser> getUsers()
boolean isEmpty()
true
if this room is empty, false
if there are users in it.void lock() throws ManagerCommunicationException
ManagerCommunicationException
- if the room can't be locked.void unlock() throws ManagerCommunicationException
ManagerCommunicationException
- if the room can't be locked.Copyright © 2004–2020. All rights reserved.