• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

 

The DMA API manual has the following..

Start Conference
● HTTP Method: POST
● URL: https://<server>:<port>/api/rest/conferences/start-conference
● Request Header: Content-Type: application/vnd.plcm.plcm-conference-start-request+xml

Request Body:
<p:plcm-conference-start-request xmlns:p="urn:com:polycom:api:rest:plcm-conference-start-request" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:com:polycom:api:rest:plcm-conference-start-request plcm-conference-start-request.xsd ">
<p:conference-room-identifier>1000</p:conference-room-identifier>
</p:plcm-conference-start-request>

Whenever I try to do this I receive the following response..

<plcm-error>
<status-code>409</status-code>
<description>Invalid conference UUID string: start-conference.</description>
 </plcm-error>

I can't work out where I am going wrong. Everything else that I have ried using the API works.

Any help much appreciated.

 

Thanks in advance

 

Matthew

 

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Turns out this was a PEBKAC.

My HTML header was incorrect.

 

View solution in original post

5 REPLIES 5
HP Recommended

Has conference number 1000 been defined, ready to be started/activated?

HP Recommended
Thanks for taking the time to reply Joe, it's much appreciated.
I'm actually calling 1333 not 1000 but yes, conference room 1333 exists.
HP Recommended

And have you verified:

The user must be the conference room owner or have Administrator or Provisioner roles.

HP Recommended

Yes, this is verified.

 

HP Recommended

Turns out this was a PEBKAC.

My HTML header was incorrect.

 

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.