Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 418 Bytes

Camlio web client

Web client that connects to Bluejeans

FAQs

  1. How do I avoid CORS issue?

Bluejeans endpoints are very restrictive and they don't even enabled CORS access for localhost. As a workaround, disable web security on the browser.

open -n -a /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --args --disable-web-security --user-data-dir="/tmp/chrome-test"