Uses of Class
org.apache.openmeetings.db.entity.basic.Client
Packages that use Client
Package
Description
-
Uses of Client in org.apache.openmeetings.db.entity.basic
Methods in org.apache.openmeetings.db.entity.basic that return ClientModifier and TypeMethodDescriptionClient.allow
(Room.Right... inRights) StreamDesc.getClient()
Client.setCam
(int cam) Client.setHeight
(int height) Client.setMic
(int mic) Client.setRemoteAddress
(String remoteAddress) Client.setWidth
(int width) Client.updateUser
(UserDao dao) Methods in org.apache.openmeetings.db.entity.basic with parameters of type ClientConstructors in org.apache.openmeetings.db.entity.basic with parameters of type ClientModifierConstructorDescriptionScreenStreamDesc
(Client client, Client.Activity toggle) protected
StreamDesc
(Client client, Client.StreamType type) WebcamStreamDesc
(Client client, Client.Activity toggle) -
Uses of Client in org.apache.openmeetings.db.manager
Methods in org.apache.openmeetings.db.manager that return ClientModifier and TypeMethodDescriptionMethods in org.apache.openmeetings.db.manager that return types with arguments of type ClientModifier and TypeMethodDescriptionIClientManager.listByUser
(Long userId) IClientManager.stream()
IClientManager.streamByRoom
(Long roomId) Methods in org.apache.openmeetings.db.manager with parameters of type Client -
Uses of Client in org.apache.openmeetings.db.util.ws
Constructors in org.apache.openmeetings.db.util.ws with parameters of type ClientModifierConstructorDescriptionRoomMessage
(Long roomId, Client c, RoomMessage.Type type) TextRoomMessage
(Long roomId, Client client, RoomMessage.Type type, String text)