Hi Mario,
I found a small typo here: https://www.photools.com/dev-center/doc/imatch/IMatch.html (https://www.photools.com/dev-center/doc/imatch/IMatch.html)
Quote
DEFAULT_WS_URL
If you use this class from an external web browser (IMatch#isEmbedded == false) you can this default URL to connect to the IMatch websocket.
Should read:
Quote
DEFAULT_WS_URL
If you use this class from an external web browser (IMatch#isEmbedded == false) you can USE this default URL to connect to the IMatch websocket.
Same for the DEFAULT_URL section.
Regards Andreas
Thanks. Will be fixed with the next documentation update.