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?