@Service(value="webconferencing") public class CometdWebConferencingService.CallService extends Object
| Constructor and Description |
|---|
CallService() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct() |
void |
preDestroy() |
void |
rcCalls(org.cometd.annotation.RemoteCall.Caller caller,
Object data) |
void |
subscribeCalls(org.cometd.bayeux.Message message,
String callType,
String callInfo) |
void |
subscribeUser(org.cometd.bayeux.Message message,
String userId) |
@PostConstruct public void postConstruct()
@PreDestroy public void preDestroy()
@Subscription(value="/eXo/Application/WebConferencing/call/{callType}/{callInfo}")
public void subscribeCalls(org.cometd.bayeux.Message message,
@Param(value="callType")
String callType,
@Param(value="callInfo")
String callInfo)
@Subscription(value="/eXo/Application/WebConferencing/user")
public void subscribeUser(org.cometd.bayeux.Message message,
@Param(value="userId")
String userId)
@RemoteCall(value="/webconferencing/calls")
public void rcCalls(org.cometd.annotation.RemoteCall.Caller caller,
Object data)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.