Uses of Class
org.exoplatform.webconferencing.CallInfo
-
Packages that use CallInfo Package Description org.exoplatform.webconferencing -
-
Uses of CallInfo in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return CallInfo Modifier and Type Method Description CallInfoWebConferencingService. addCall(String id, String ownerId, String ownerType, String title, String providerType, Collection<String> partIds)Adds the call to list of active and fires STARTED event.CallInfoWebConferencingService. addGuest(String callIId, String guestId)Adds the guest to call.CallInfoWebConferencingService. createCall(String id, String ownerId, String ownerType, String title, String providerType, Collection<String> partIds, Collection<String> spaces, boolean start, Date startDate, Date endDate)Create the call and add it to list of the existing in storage, optionally start the call and notify its participants.protected CallInfoWebConferencingService. findCallById(String id, boolean withParticipants)Find call in storage by its ID.CallInfoWebConferencingService. getCall(String id)Gets an active call info.CallInfoWebConferencingService. joinCall(String callId, String partId, String clientId)Join a call if it is started or start already stopped one.CallInfoWebConferencingService. leaveCall(String callId, String partId, String clientId)If call started, then notify all its parties that given participant leaved.protected CallInfoWebConferencingService. readCallEntity(CallEntity savedCall, boolean withParticipants)Read call entity.CallInfoWebConferencingService. startCall(String callId, String clientId)Starts existing call and fires STARTED event.CallInfoWebConferencingService. stopCall(String callId, boolean remove)Removes the call info from active and fires STOPPED event.CallInfoWebConferencingService. 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).CallInfoWebConferencingService. updateInvites(String callId, List<InvitedIdentity> identities)Update invites.CallInfoWebConferencingService. updateParticipants(String callId, List<String> partIds)Update participants of the call.Methods in org.exoplatform.webconferencing that return types with arguments of type CallInfo Modifier and Type Method Description protected Collection<CallInfo>WebConferencingService. findUserGroupCalls(String userId)Find user group calls in calls storage.Methods in org.exoplatform.webconferencing with parameters of type CallInfo Modifier and Type Method Description protected voidWebConferencingService. createCall(CallInfo call)Create the call in storage with all its participants.protected CallEntityWebConferencingService. createCallEntity(CallInfo call)Creates the call entity.protected StringWebConferencingService. metricMessage(String userId, CallInfo call, String operation, String status, Long duration, String error)Metric message for reporting to the stats logger.protected voidWebConferencingService. notifyUserCallStateChanged(CallInfo call, String initiatorId, String state)Notify user call state changed.protected voidWebConferencingService. startCall(CallInfo call, String partId, String clientId, boolean notifyStarted)Start existing call.protected voidWebConferencingService. stopCall(CallInfo call, String userId, boolean remove)Stop call.protected voidWebConferencingService. syncCallEntity(CallInfo call, CallEntity entity)Update call entity from given CallInfo instance.protected voidWebConferencingService. syncMembersAndParticipants(CallInfo call)Sync group members and participants.protected voidWebConferencingService. txCreateCall(CallInfo call)Creates the call in a single transaction.protected voidWebConferencingService. txStopCall(CallInfo call, boolean remove)Tx stop call.protected voidWebConferencingService. txSyncMembersAndParticipants(CallInfo call)Sync group members and participants.protected voidWebConferencingService. txUpdateCall(CallInfo call)Update existing call (mark it started, stopped etc) in a single transaction.protected voidWebConferencingService. txUpdateCallAndOrigins(CallInfo call)Tx update call and its origins.protected voidWebConferencingService. txUpdateCallAndParticipants(CallInfo call)Update call and all its participants in a single transaction.protected voidWebConferencingService. txUpdateParticipants(CallInfo call, List<UserInfo> participants)Tx update participants.protected voidWebConferencingService. updateCall(CallInfo call)Update existing call (mark it started, stopped etc).protected voidWebConferencingService. updateCallAndOrigins(CallInfo call)Update call and its origins.protected voidWebConferencingService. updateCallAndParticipants(CallInfo call)Update call and all its participants.
-