forked from pixiv/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
sebjf edited this page May 13, 2021
·
4 revisions
Welcome to the webrtc wiki!
Before doing anything else, including debugging, please familiarise yourself with the platform specific differences and check the Known Issues page. Then, follow the build instructions on the dedicated pages for your platform.
This fork is designed to for UCL's Ubiq, and be embedded in another Unity package. The WebRtc native library is very particular, and is built without support for exceptions. If it is used incorrectly in any way, it will kill the process. Ensure that robust input checking is performed on the managed side.