protected void |
WebConferencingService.removeParticipant(String callId,
UserInfo participant) |
Remove call participant (for leaved state) in a single transaction.
|
protected void |
WebConferencingService.startCall(CallInfo call,
String partId,
String clientId,
boolean notifyStarted) |
Start existing call.
|
protected void |
WebConferencingService.txRemoveParticipant(String callId,
String partId) |
Remove call participant.
|
protected void |
WebConferencingService.txUpdateCallAndOrigins(CallInfo call) |
Tx update call and its origins.
|
protected void |
WebConferencingService.txUpdateCallAndParticipants(CallInfo call) |
Update call and all its participants in a single transaction.
|
protected void |
WebConferencingService.txUpdateParticipant(String callId,
UserInfo participant) |
Update call participant (for joined or leaved state) in a single transaction.
|
CallInfo |
WebConferencingService.updateCall(String callId,
String ownerId,
String newOwnerType,
String newTitle,
String newProviderType,
List<String> partIds,
List<String> spaces,
Date startDate,
Date endDate) |
Updates the existing call information and original settings (initial participants and spaces).
|
protected void |
WebConferencingService.updateCallAndOrigins(CallInfo call) |
Update call and its origins.
|
protected void |
WebConferencingService.updateCallAndParticipants(CallInfo call) |
Update call and all its participants.
|
protected void |
WebConferencingService.updateParticipant(String callId,
UserInfo participant) |
Update call participant (for joined or leaved state) in a single transaction.
|