0

All is in the title, I want to use my custom server inside the AppRTCDemo sample app (https://github.com/gandg/webrtc-ios/tree/master/ios-example).

Any idea?

Thanks :)

user1269586
  • 372
  • 1
  • 6
  • 27

1 Answers1

0

you can try to run the apprtc app on your server.

you need to get an older version of the apprtc js sample, not sure how far back you need to go, probably a version that fits the dates of when the ios-example you are using started. maybe try this

then apply this changes to the code from the link you provided.

good luck

Community
  • 1
  • 1
Guy S
  • 1,424
  • 1
  • 15
  • 34
  • Does my server have to be the same as apprtc.appspot.com ? – user1269586 Aug 06 '14 at 09:43
  • i'm sorry, what do you mean by "the same as apprtc.appspot.com"? – Guy S Aug 06 '14 at 09:50
  • no, you can run the apprtc app with GAE SDK from your server – Guy S Aug 06 '14 at 10:23
  • @user1269586, i don't know if you are trying what i suggested but i took a look at the ios-example you are referring to and it seems it is updated to connect to the current apprtc app so disregard what i said about getting an older version of the apprtc app. you can find it here: https://github.com/GoogleChrome/webrtc – Guy S Aug 07 '14 at 13:40