A macro to integrate Element Call in RoomOS.
NOTE: a nix shell environment is included for your convenience, run nix
How to build:
npm run build
# Copy dist/module.js into a macro, save and activate
How to test:
# Create .env:
# ROOMKIT_URL=wss://someaddress/
# ROOMKIT_USER=user
# ROOMKIT_PASS=password
npm run dev