Robert Swain

Results 309 comments of Robert Swain

Oh, the join button will only become active in a browser if WebRTC API is properly detected.

I don't think running in Android emulators is supported yet. @Rugvip?

Can you post the details of the error here to save us the effort of setting up your project build environment?

Can you paste more of the error output so that we can see what libraries are missing?

That looks like a missing handler for some HTTPS certificate thing possibly. I remember seeing something similar a while ago...

If you're talking about the NativeDemo example app for iOS, in the NativeDemo clone: ``` rm -rf Podfile.lock Pods pod install open NativeDemo.xcworkspace ``` And try again.

I think @stefanalund and @Rugvip can probably figure this out. It's platform specific and we need to document how on Android and iOS.

We use OpenGL for video rendering in hybrid and native applications in case that gives any clues. It could possibly be as simple as deregistering the nsview against the tag....