Open jackjansen opened 6 months ago
Need to merge master, so that we get the abstract transport stuff (from #150).
For my own memory: when running a fresh copy on MacOS you have to clear the quarantine bits on the dylan and the executable:
xattr -d com.apple.quarantine ./nl.cwi.dis.vr2gather/Runtime/VRTTransportWebRTC/Plugins/macos/WebRTCConnector.dylib
xattr -d com.apple.quarantine ./webRTC-helpers/webRTC-peer-macos.exe
Starting a new branch to continue the work from #161 (which continues from #102).
On a new branch, because merging these structurally different branches is going to be hell. So starting a new branch off
master
and bringing over what is needed.