Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 387 Bytes

Element Call on RoomOS

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