| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupInfo
Represent eXo group for conversations in calls.
Created by The eXo Platform SAS |
class |
GuestInfo
Represent guests in calls.
|
class |
ParticipantInfo
Represent external participant in calls.
|
class |
UserInfo
Represent eXo user as a conversation participant for calls.
|
class |
WebConferencingService.RoomInfo
Represent Chat room in calls.
|
class |
WebConferencingService.SpaceEventInfo
Represent Space event call.
|
class |
WebConferencingService.SpaceInfo
Represent Space in calls.
|
| Modifier and Type | Field and Description |
|---|---|
protected IdentityInfo |
CallInfo.owner
The owner.
|
| Modifier and Type | Method and Description |
|---|---|
protected IdentityInfo |
WebConferencingService.createOwner(String ownerId,
String ownerType,
String title,
boolean isUser,
boolean isSpace,
boolean isSpaceEvent,
boolean isRoom)
Creates call owner.
|
IdentityInfo |
CallInfo.getOwner()
Gets the owner.
|
IdentityInfo |
CallInfo.CallView.getOwner() |
| Constructor and Description |
|---|
CallInfo(String id,
String title,
IdentityInfo owner,
String providerType)
Instantiates a new call info.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.