CallInfo |
WebConferencingService.addGuest(String callIId,
String guestId) |
Adds the guest to call.
|
void |
WebConferencingService.addParticipant(String callId,
String partId) |
Adds the participant to existing call.
|
CallInfo |
WebConferencingService.joinCall(String callId,
String partId,
String clientId) |
Join a call if it is started or start already stopped one.
|
CallInfo |
WebConferencingService.startCall(String callId,
String clientId) |
Starts existing call and fires STARTED event.
|
protected void |
WebConferencingService.startCall(CallInfo call,
String partId,
String clientId,
boolean notifyStarted) |
Start existing call.
|
CallInfo |
WebConferencingService.stopCall(String callId,
boolean remove) |
Removes the call info from active and fires STOPPED event.
|
protected void |
WebConferencingService.txUpdateCall(CallInfo call) |
Update existing call (mark it started, stopped etc) in a single transaction.
|
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.
|
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.updateCall(CallInfo call) |
Update existing call (mark it started, stopped etc).
|
protected void |
WebConferencingService.updateCallAndOrigins(CallInfo call) |
Update call and its origins.
|
protected void |
WebConferencingService.updateCallAndParticipants(CallInfo call) |
Update call and all its participants.
|
CallInfo |
WebConferencingService.updateInvites(String callId,
List<InvitedIdentity> identities) |
Update invites.
|
CallInfo |
WebConferencingService.updateParticipants(String callId,
List<String> partIds) |
Update participants of the call.
|