12-08-2020 06:20 AM
Hello,
i tried to use the endpoint
/calls/<call id>/participants/*
to mute audio for all participants, excluding one specific ID:
rxAudioMute=true
filterIds=<participant id>
mode=exclude
But that does always change ALL participants.
The "filterIds" attribute is always ignored.
(Also tested with the Postman-Samples and double checked the CMS-API logs -> My API-Reqests are apparently correct.)
Solved! Go to Solution.
12-09-2020 08:26 AM - edited 12-09-2020 08:30 AM
The solution is:
We must send "filterIds" and "mode" as a QueryParams, not in the Request-Body!
(I think the API-Documentation could be improved:
https://ciscocms.docs.apiary.io/#reference/call-related-methods/call-methods/set-properties-for-all-participants-in-a-conference)
12-09-2020 08:26 AM - edited 12-09-2020 08:30 AM
The solution is:
We must send "filterIds" and "mode" as a QueryParams, not in the Request-Body!
(I think the API-Documentation could be improved:
https://ciscocms.docs.apiary.io/#reference/call-related-methods/call-methods/set-properties-for-all-participants-in-a-conference)
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