Public

Intro
Please see API documentation for reference about Cameyo APIs: https://docs.cameyo.com/api
Mon, 14 Aug, 2023 at 3:11 PM
Identifying users from a Cameyo session
Cameyo provides Windows applications with information regarding the user which can be useful for identification purposes such as licensing, identity and log...
Wed, 22 Dec, 2021 at 4:18 AM
Server management API
Programmatically manipulating Cameyo servers Syntax https://online.cameyo.com/servers/[server_id]/[op]?clientId=[...]&clientSecret=[...] with cli...
Mon, 7 Dec, 2020 at 2:25 AM
Starting a Cameyo Play session through API
Programmatically triggering session through a custom Web page or company portal If you would like to integrate Cameyo sessions to be triggered from your ow...
Wed, 22 Dec, 2021 at 4:16 AM
Adding users through API
Programmatically adding Cameyo users to your account If you'd like to programmatically add an authorized Cameyo user with his own credentials, please s...
Wed, 22 Dec, 2021 at 4:16 AM
AuthUrl
Authenticated URL requests are a hybrid between browser-based user authentication and API usage. They allow authenticating specific users by providing an ex...
Wed, 9 Mar, 2022 at 6:10 AM
Virtual Channels SDK: Quick Start
Extension (Javascript) side npm Package installation: npm install cameyo-virtual-channel-sdk --save-dev Usage: import {Cameyo} from 'cameyo-virt...
Fri, 13 Jan, 2023 at 6:55 AM