<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Get the list of meetings with attendee List</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=4733871&amp;mbCategoryId=0" />
  <subtitle>Get the list of meetings with attendee List</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=4733871&amp;mbCategoryId=0</id>
  <updated>2013-05-19T07:13:24Z</updated>
  <dc:date>2013-05-19T07:13:24Z</dc:date>
  <entry>
    <title>Invoke blackberry "CiscoWebEx_Meet" app from another java application</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=4733871&amp;messageId=4828807" />
    <author>
      <name>Raheem Shaik</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=4733871&amp;messageId=4828807</id>
    <updated>2010-11-25T14:52:37Z</updated>
    <published>2010-11-25T14:52:37Z</published>
    <summary type="html">Hi,
 
I Have "CiscoWebEx_Meet" cod file in my blackberry device.
 
I am developing new java application and it is integrating with existing "CiscoWebEx_Meet"
to join the meeting we have 2 approches 
1. open the "CiscoWebEx_Meet" app press join now -&gt; enter meeting key and name -&gt; join the meeting
2. get the join url by using "GetjoinurlMeeting" webservice call and invoke browser with this url then the browser will invoke "CiscoWebEx_Meet" app, directely join the meeting.
 
 
Is there any other way to invoke "CiscoWebEx_Meet" from another java application and passing required parameters like meetingkey and email. 
 
I am looking at directly join the meeting from other java application without browser. By passing some application arguments.</summary>
    <dc:creator>Raheem Shaik</dc:creator>
    <dc:date>2010-11-25T14:52:37Z</dc:date>
  </entry>
  <entry>
    <title>Get the list of meetings with attendee List</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=4733871&amp;messageId=4829028" />
    <author>
      <name>Raheem Shaik</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=4733871&amp;messageId=4829028</id>
    <updated>2010-08-27T12:46:09Z</updated>
    <published>2010-08-27T12:46:09Z</published>
    <summary type="html">Hi,
 
I Went through" XML API 5[1].5 Reference Guide.pdf"
get the list of meetings we need to call "LstsummaryMeeting" reuest which  return all the meetings.
Then to get the attendee list we need to call "LstMeetingAttendee"for every meeting.

if we have 5 meetings , to get the meetings with attendee information we have to call 6 times.
first get the list of meetings by using "LstsummaryMeeting" request after that
we have to make  "LstMeetingAttendee" to get the list of attendees for each  meeting. we have 5 meetings so we have to call "LstMeetingAttendee" five times.

Is any other API is avilable which will give meeting list along with attendee list in a single request.

Thanks in advance.


Raheem</summary>
    <dc:creator>Raheem Shaik</dc:creator>
    <dc:date>2010-08-27T12:46:09Z</dc:date>
  </entry>
</feed>

