Random question, but is there any way to control certain settings within the Comet in a programmatic fashion? Say I wanted to toggle the mouse jiggler on and off depending on time cycles or what not, or change my audio to only be transmitted when having a meeting or video running. Is there a method to programmatically or externally (other than the UI) to change the settings?
At present, there is no way to transmit only audio. For similar periodic switch jitter. There is no way to simply make him work either. Everything needs to be done based on HTTP requests, so you have to write a program that first gets the access token through the login api and then requests to modify the jiggler api.... based on the token This is almost impossible for non-developers
Gotcha thanks for the quick answer! I feel quite comfortable actually writing code/mocking HTTP requests. I'll take a look at dev tools and see what requests you guys make for auth. But it looks like the settings changes are quite simple as long as you have the auth_token specified in the cookie.
You don't happen to have some sample documentation for how the auth aspect of it works/can be utilized? Otherwise I'll give this a deeper investigation/attempt later tonight.