OpenScape
V3.2, Revision 044 20100322

com.siemens.symphonia.bcom.bcommon.external
Interface MediaServerAttribute

All Superinterfaces:
VoiceCommunicationAttribute
All Known Implementing Classes:
MediaServerAttributeImpl, MediaServerAttributeImpl

public interface MediaServerAttribute
extends VoiceCommunicationAttribute

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

getConferenceId

java.lang.String getConferenceId()
Get the ID of this conference.

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).

Returns:
returns the ID of the conference in the VirtualConferenceController

OpenScape
V3.2, Revision 044 20100322

Copyright (c) 2007 Siemens Enterprise Communications, Germany
All rights reserved.

This software is the confidential and proprietary information of Siemens Enterprise Communications, Germany