| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Class and Description |
|---|---|
class |
ParticipantInfo
Represent external participant in calls.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,UserInfo> |
GroupInfo.members
The members.
|
protected Set<UserInfo> |
CallInfo.participants
The participants.
|
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
WebConferencingService.getUserInfo(String id)
Gets the user info.
|
protected UserInfo |
WebConferencingService.readParticipantEntity(ParticipantEntity savedPart)
Read participant entity.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,UserInfo> |
GroupInfo.getMembers()
Gets the members.
|
Set<UserInfo> |
CallInfo.getParticipants()
Gets the participants (users planned for the call).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GroupInfo.addMember(UserInfo user)
Adds the member.
|
void |
CallInfo.addParticipant(UserInfo part)
Adds the participant.
|
protected ParticipantEntity |
WebConferencingService.createParticipantEntity(String callId,
UserInfo user)
Creates the participant entity.
|
protected void |
WebConferencingService.updateCallAndParticipant(CallInfo call,
UserInfo participant)
Update call and participant.
|
protected void |
WebConferencingService.updateParticipant(String callId,
UserInfo participant)
Update call participant (for joined or leaved state).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GroupInfo.addMembers(Collection<UserInfo> users)
Adds the members (bulk operation).
|
void |
CallInfo.addParticipants(Collection<UserInfo> parts)
Adds the participants.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.