EricssonResearch / openwebrtc-examples

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

can we communicate between to ios NativeDemo #96

Closed Midnnight closed 9 years ago

Midnnight commented 9 years ago

hi I'm newer here i have already used NativeDemo and it was great. now i would communicate between 2 Ios devices using local server (NodJs server ). can any one help me.

superdump commented 9 years ago

Where are you stuck?

Midnnight commented 9 years ago

to connect the 2 devices with my own server i would know if i must add second button (call button ) in the NativeDemo like the web Demo?

Midnnight commented 9 years ago

what i must change exactly to do it ?

superdump commented 9 years ago

You need to change the following address to point to your server and the appropriate port: https://github.com/EricssonResearch/openwebrtc-examples/blob/master/ios/NativeDemo/NativeDemo/NativeDemoViewController.m#L36

Midnnight commented 9 years ago

what i try to say, if i must to add another button to make call ?

superdump commented 9 years ago

No. Once you have entered the room number and pressed Done, you should see a self-view and a grey remote view. Then at the bottom of the screen there is a Call button. When two people are in the room, the call button should be blue and you can press it to start the call.

Midnnight commented 9 years ago

thanks Robert i'll try this, because i must connect to ipad , also make video chat between and ipad and tablet.

Midnnight commented 9 years ago

thanks Robert i'll try this, because i must connect to ipad , also make video chat between and ipad and tablet.