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.getCall(String id) |
Gets an active call info.
|
CallInfo |
WebConferencingService.joinCall(String callId,
String partId,
String clientId) |
Join a call if it is started or start already stopped one.
|
CallInfo |
WebConferencingService.leaveCall(String callId,
String partId,
String clientId) |
If call started, then notify all its parties that given participant leaved.
|
CallInfo |
WebConferencingService.startCall(String callId,
String clientId) |
Starts existing call and fires STARTED event.
|
CallInfo |
WebConferencingService.stopCall(String callId,
boolean remove) |
Removes the call info from active and fires STOPPED event.
|
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).
|
CallInfo |
WebConferencingService.updateInvites(String callId,
List<InvitedIdentity> identities) |
Update invites.
|
CallInfo |
WebConferencingService.updateParticipants(String callId,
List<String> partIds) |
Update participants of the call.
|