Skip to main content
January 4, 2008
Question

Find a meeting's sco-id from within a meeting

  • January 4, 2008
  • 4 replies
  • 5981 views
Hi,

From within a Connect meeting, I need to find the meeting's title. Every example I've seen of the Connect XML API, you need to know the sco-id to get the meeting title (/api/xml?action=sco-info&sco-id=0123456789), or know the meeting title to get the sco-id ( http://livedocs.adobe.com/breeze/6/xml_api/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_NoParts&file=03a_mee2.htm#143329).

Is the sco-id available anywhere within the flash variables of the Connect meeting?

Thanks!
This topic has been closed for replies.

4 replies

Participant
December 15, 2010

Hello,

Hello, multiple myeloma friends!

I know that some of you Northern Hemisphere dwellers are getting hit  hard with cold temperatures and a snowy, icy mix right about now. While I  hope that you are safely weathering the deep freeze, I have to admit,  without shame, that I am a Fall Guy. And sorry Mr. Shakespeare, I suffer  no discontent in winter.

Now while some folks like to bask in the fun-in-the-sun days of  summer and others are jazzed by the new growth of spring, I eagerly  await the yearly metamorphosis from late summer into autumn and then  autumn into the chillier months.

I long for the days here in the Ozarks to get shorter, when the air  becomes cooler and crisper and fireplaces blaze with the burning of  native woods. The wisps of smoke sneaking out of the neighbor’s chimneys  signal to me that all inside are cozy and warm and well

Thanks

________________________

online article

palkan_tula
Participant
April 12, 2010

I have the solution to find sco-id of the meeting within the meeting, but it has a one restriction (see below).

You can call: ".../api?action=report-my-meetings&filter-active-participants!=0" and, if you ( have the only one active meeting (it is the restriction), you will get the only meeting you are in.

So, what to do if you have several meetings (or you don't know exactly)? Try to find out among these meeting (i mean ".../api?action=report-my-meetings&filter-active-participants!=0") the wanted one by filtering the time and date properties in XML.

But if you have several meetings simultaneously - it's a kind of strange and i don't know what to do.

Participant
September 13, 2010

Its in the URL itself when you access the content/report function

Participant
April 6, 2010

Well you should have at the very least some information about the meeting you are hoping to find or you either will want a list of all meetings.

I have a program that pulls up a list of meeting recordings that are associated with a meeting sco-id.

However you can probably use some of the logic except search in the "meeting" folder, parse through the results and try to find the meeting name.


I first call 'sco-shortcuts' to get a list of all the folders on my server.

Parse though the data to find the folder where my meetings are located and get the folder sco-id.

Then you can make a 'sco-contents' call also passing an sco-id ex.

action=sco-contents&sco-id=<folder scoid>&filter-<filiter by something>

Then parse through the response and get the information about your meeting.

The key here being that you have to have some clue as to what meeting you are looking for.  That clue could be used in the filter query string.

Hope this helps.

Participant
February 15, 2008
i guess i don't understand what your question is because the meeting room title is in the meeting room browser (or add-in) window title.