Programmatically triggering session through a custom Web page or company portal

If you would like to integrate Cameyo sessions to be triggered from your own portal, you can do so through our apps/play API.

The syntax is: https://online.cameyo.com/apps/453345345/play?clientId=[...]&clientSecret=[...]&user=joe@mycompany.com

with clientId and clientSecret being your API authentication keys.

See the API documentation for more details.

Response examples

{"success":true,"message":null,"redirectUrl":"https://online.cameyo.com/app.html?appName=WordPad&token=576ab360-a7ed-450c-b1f8-9c37cb1c8c6c"}

{"success":false,"message":"Invalid pkgId specified","redirectUrl":null}

 

 See the API documentation for more details.