public interface OffsiteStatusI
OffsiteStatusI object represents the users offite status in the Contact Center.
The object contains an OffsiteState property which stores the current state of the permanent call at the users device
and a phone property which stores the current phone number selected for offsite use.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPhone() |
OffsiteState |
getState() |
OffsiteState getState()
OffsiteState of the permanent call at the users offsite device.java.lang.String getPhone()
UserI.loginOffsite(java.lang.String, java.lang.String) method or null if the
user is not in offsite mode.