08-12-2015 09:27 PM
We try to use API to make a web portal to control conference,
but we have trouble in "add participant to conference".
How the call flow for Conductor-TPS conference to add new participant?
or from which document can refer to?
Thanks!
Solved! Go to Solution.
08-13-2015 10:12 AM
Hello
I've used this guide http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/conductor/api_guide/TelePresence-Conductor-API-Guid…
When you create a conference with factory.conferencecreate you use a specific alias.
Conductor use this alias to form a conference name.
You can go to Conference alias page in Conductor interface:
Incoming alias (must use regex) defines aliases and Conference name defined resulting name.
For example Inconig alias could be (1111).* and conference name field Blabla \1. The resulting name would be Blabla 1111 when using alias 1111.
So when you call participant.add you should pass resulting conference name as an argument.
08-13-2015 10:12 AM
Hello
I've used this guide http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/conductor/api_guide/TelePresence-Conductor-API-Guid…
When you create a conference with factory.conferencecreate you use a specific alias.
Conductor use this alias to form a conference name.
You can go to Conference alias page in Conductor interface:
Incoming alias (must use regex) defines aliases and Conference name defined resulting name.
For example Inconig alias could be (1111).* and conference name field Blabla \1. The resulting name would be Blabla 1111 when using alias 1111.
So when you call participant.add you should pass resulting conference name as an argument.
08-20-2015 01:37 AM
Thanks!
Would you please provide the source code for the “add an participant to a conference”?
08-20-2015 01:51 AM
I'm just using this one https://github.com/ntarocco/mcu-api
In api.py there is a method participant_connect in API_2_8 class. It worked ok with my Conductor of version 3.0.3.
08-20-2015 02:11 AM
Thanks!
But my Conductor bridge is TelePresence server, we should try it works or not.
08-20-2015 03:46 AM
My bridge is also Telepresence server, not MCU. I think the exact type of conference bridge has only subtle influence on Conductors API
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide