|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediaServerAttribute
Attributes for a communication that is hosted on the MediaServer.
Basic Communication tries to host all conferences on the MediaServer. All communications that contain a conference and that were successfully established on the MediaServer will have this attribute.
Please use
VoiceCommunication.getAttribute()
to get such an attribute. You will have to cast the resulting
VoiceCommunicationAttribute
into a MediaServerAttribute.
Example code:
VoiceCommunicationAttribute voiceCommunicationAttribute = voiceCommunication.getAttribute(); if (voiceCommunicationAttribute instanceof MediaServerAttribute) { mediaServerAttribute = (MediaServerAttribute) voiceCommunicationAttribute; }
Method Summary | |
---|---|
java.lang.String |
getConferenceId()
Get the ID of this conference. |
Methods inherited from interface com.siemens.symphonia.bcom.bcommon.external.VoiceCommunicationAttribute |
---|
getEndOfRouting, getPrompting, setEndOfRouting, setPrompting |
Method Detail |
---|
java.lang.String getConferenceId()
Only conferences are hosted on the MediaServer. Therefore, any communication that has a MediaServerAttribute represents a conference.
The ID of the conference can be used to talk to the VirtualConferenceController (VCC).
|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This software is the confidential and proprietary information of Unify, Germany