Eyeson for Salesforce
Video meetings inside Salesforce, guided workflows & compliant document sharing.
If you use your API-key to start a meeting, you can now start video meetings in widescreen mode (HD/aspect-ratio 16:9).
To start a meeting in HD/16:9 just start a meeting with the new options[widescreen]=true
parameter:
curl -X POST \
-H "Authorization: YOUR_API_KEY" \
-d "user[name]=John Doe" \
-d "options[widescreen]=true" \
https://api.eyeson.team/rooms
Video: How to use curl to start a video meeting in widescreen mode (HD/16:9).
Additional information: