cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
98
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Michael Nelson on 20-07-2012 08:54:52 AM
We are not getting the startTime in the response for a getCurrentMeetingsStatus API request.
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:amm="http://amm.api.ctc.txbu.cisco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <amm:getCurrentMeetingStatus>
         <!--Optional:-->
         <meetingKey>8a7b84763882b54201389fc9d0cf0875</meetingKey>
      </amm:getCurrentMeetingStatus>
   </soapenv:Body>
</soapenv:Envelope>
 
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
   <env:Header/>
   <env:Body>
      <ns2:getCurrentMeetingStatusResponse xmlns:ns2="http://amm.api.ctc.txbu.cisco.com">
         <return>
            <meetingStatus>
               <activeParticipants>
                  <isDialout>false</isDialout>
                  <isHost>true</isHost>
                  <joinTime>2012-07-20T12:45:30Z</joinTime>
                  <numScreens>1</numScreens>
                  <number>18131110009</number>
                  <videoBandwidth>1996000</videoBandwidth>
               </activeParticipants>
               <bridgeResourceName>tpa-exch-ctms</bridgeResourceName>
               <bridgeResourceType>CTMS</bridgeResourceType>
               <meetingId>54598295</meetingId>
               <organizationKey>8a7b8475365597e0013704d25c326330</organizationKey>
               <subject>Sasmitha VMR</subject>
            </meetingStatus>
         </return>
      </ns2:getCurrentMeetingStatusResponse>
   </env:Body>
</env:Envelope>
 
It looks to be appearing in the CTX active meetings display. I have attached the screen shot of the CTX display along with the API guide we are using. Is there an updated version of the API guide we should be using?

Subject: RE: startTime Missing from getCurrentMeetingStatus Response
Replied by: John Yontz on 20-07-2012 12:38:03 PM
It appears that the meeting may be a rendezvous meeting?  We don't consider rendezvous meetings to have a start or end time since they can be instantiated at any time.  However, each instance has a start time (when the first person joins) and an end time (when the last person leaves).  It probably makes sense to return the instance start time in the response as the start time for rendezvous meetings.  For the end time, we could choose to return the worst case end time (i.e. maximum length before the rendezvous meeting is forced to end) or else leave the end time blank to reflect the fact that the end is usually determined by the last participant leaving.

Comments on the above?

- John

Subject: RE: startTime Missing from getCurrentMeetingStatus Response
Replied by: Michael Nelson on 23-07-2012 11:29:59 PM
John,

According to the CTX 1.1 API guide, the start time is supposed to be returned for rendezvous meetings. So I'm not sure I follow what you are asking. Likewise, the Active Mtg Mgmt app on the CTX also shows the start time.  In both cases the start time is described or is working as you proposed.  Is there a defect in the Active Mtg Mgmt API?

Subject: RE: startTime Missing from getCurrentMeetingStatus Response
Replied by: Sachin Gaikwad on 25-07-2012 02:04:35 PM
Hi Mike,

Yes. There is an defect in the Active Meeting Management API due to which the start time and end time that is being returned is null for Rendezvous meetings.

The defect is being fixed in the next release of CTX. In case of active Rendezvous meetings, the start time will correspond to time when the first person joins the Rendezvous meeting instance and the end time will correspond to the instance end time(which corresponds to the start time plus the max instance duration). The defect is in the process of being made externally visible. I will let you know the defect ID once it becomes available.

Please do let me know if I can help you with any other queries.

-Sachin

Subject: RE: startTime Missing from getCurrentMeetingStatus Response
Replied by: Sachin Gaikwad on 25-07-2012 08:01:38 PM
Hi Mike,

As promised, here is the external visible defect ID CSCub24882.

-Sachin
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links