Adding the Meeting Rooms widget to the widget definition file

Add the Meeting Rooms widget definition to the widget definition file, widgets-config.xml.

Procedure

Add the Sametime® Meeting Rooms widget definition to the widget definition file by completing these steps:
  1. On the computer which hosts the IBM® Connections server, add a definition for the Meeting Rooms widget into the widgets-config.xml file. Use the definition shown here, but customize the values as needed. See the table of customizable widgets-config.xml file values at the end of this definition for a list of values that require customizing.
    <widgetDef defId="Meeting Rooms" primaryWidget="false" modes="view fullpage" uniqueInstance="true" url="{communitiesSvcRef}/MeetingRoomsWidget/MeetingRoomsWidget1.xml" iconUrl="{communitiesSvcRef}/MeetingRoomsWidget/meetings-icon.jpg">
    <itemSet>
    <item name="sametimeMeetingsServerUrl" value="https://stmeeting.xxx.co.uk" />
    <item name="widgetFilePath" value="/communities/MeetingRoomsWidget/" />
    <item name="communitiesBaseUrl" value="{communitiesSvcRef}"/>
    </itemSet>
    </widgetDef>
    Table 1. Customizable widgets-config.xml file values
    Value Description
    url The MeetingRoomsWidget1.xml file, including the path.
    iconUrl The meetings-icon.jpg file, including the path.
    sametimeMeetingsServerUrl The address of your Sametime Meeting server.
    widgetFilePath The path to the folder where the widget files are stored.
  2. Save and close the file.