cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1305
Views
2
Helpful
5
Replies

The API question for Conductor - TPS conference to add participant

Jet Huang
Level 1
Level 1

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!

1 Accepted Solution

Accepted Solutions

Alexey Smirnov
Level 4
Level 4

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.

View solution in original post

5 Replies 5

Alexey Smirnov
Level 4
Level 4

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.

Thanks!

Would you please provide the source code for the “add an participant to a conference”?

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.

Thanks!

But my Conductor bridge is TelePresence server, we should try it works or not.


My bridge is also Telepresence server, not MCU. I think the exact type of conference bridge has only subtle influence on Conductors API

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: