AltspaceVR / AltspaceSDK

Software Development Kit for AltspaceVR
https://developer.altvr.com/
MIT License
161 stars 73 forks source link

Adding alternative method for getting instance, based on Altspace space id. #108

Closed amberroy closed 8 years ago

amberroy commented 8 years ago

Note that this method returns a promise whose argument is the firebaseRef. Use this if you want all instances of an app running in the same space (room) to share data. All instances of an app running outside of Altspace will share data (be treated as the same room).

amberroy commented 8 years ago

made new branch for this feature: feature/sync-spaceref