EricssonResearch / openwebrtc-examples

Examples apps showing how to use OpenWebRTC
BSD 2-Clause "Simplified" License
336 stars 209 forks source link

Android examples does not work with the latest openwebrtc-sdk release. #86

Open marcin-sielski opened 9 years ago

superdump commented 9 years 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.

marcin-sielski commented 9 years ago

I am sorry I should be more precise, I tried NativeCall for Android. I have updated the header.

Rugvip commented 9 years ago

Is it related to the SimpleStreamSet change? #84 should fix that, and fetch the sdk form central.

Rugvip commented 9 years ago

Which was just merged, so try with latest master