cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
721
Views
0
Helpful
0
Replies

Codian XML-RPC Mute/unmute all and multiple methods

vidar.hauglien
Level 1
Level 1

Hi.

Is there a way to mute/ unmute all participant in a conference with XML-RPC on codian? I cant find any methods for it in the API 2.10 document (http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/mcu/api_guide/MCU_API_2-10.pdf), but its possible via the Web interface using this GET requests (but then i have to be logged in):

http://server_address/conference.html?name=CONFERENCENAME&mute_rx_audio=all

http://server_address/conference.html?name=CONFERENCENAME&unmute_rx_audio=all

It seems weird that this doesn't work with XML-RPC??

I also want do disconnect all participants in up to 5 ongoing conferences, and looking for a way to send this in one request instead of 5. Is it possible to call multiple methods in one request?

According to the XML-RPC spec (XML-RPC Specification) this should be possible:

If the procedure call has parameters, the <methodCall> must contain a <params> sub-item. The <params> sub-item can contain any number of <param>s, each of which has a <value>.

but when i try multiple <param>s, only the first param works.


Thanks in advance.

0 Replies 0