| Package | Description |
|---|---|
| oracle.wsc.feature.webrtc.template | |
| oracle.wsc.feature.webrtc.utils |
| Modifier and Type | Method and Description |
|---|---|
Object |
TemplateEngineInvoker.invokeTemplate(String methodName,
TemplateContext templateCtx)
Invokes a template script.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.servlet.sip.Address |
WscUtils.getFromAddress(TemplateContext context)
Returns the SIP address of the Initiator.
|
static String |
WscUtils.getInitiator(TemplateContext context)
Returns an initiator based on a normalized data header.
|
static javax.servlet.sip.Address |
WscUtils.getToAddress(TemplateContext context)
Returns the To SIP Address based on "target" or "initiator'.
|
static boolean |
WscUtils.isSdpExchangeComplete(TemplateContext context)
Returns whether the SDP exchange is complete for the current call in context.
|
static boolean |
WscUtils.isSdpExchangePending(TemplateContext context)
Returns whether the SDP exchange is pending for the current call in context.
|