* Moving rtc calls to build under rtc feature flag

- Marking additional goal met on roadmap

The current build model succesfully builds rtc enabled/disabled builds
This commit is contained in:
shockrah
2021-05-17 14:49:01 -07:00
parent 4e737d4292
commit e5e0875037
5 changed files with 11 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ I'd like to be able to support people that make good software and give them a pl
* RTC Permissions: Unprivileged users shouldn't receive messaegs if they don't have the required permissions
* Optional RTC: Optionally compile RTC communications(Easy)
* ~~Optional RTC: Optionally compile RTC communications(Easy)~~
* Optional decentralization: Optionally compile decentralization comms to users. All of this can be done at the API level(Probably easy).