Closed Midnnight closed 9 years ago
Where are you stuck?
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?
what i must change exactly to do it ?
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
what i try to say, if i must to add another button to make call ?
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.
thanks Robert i'll try this, because i must connect to ipad , also make video chat between and ipad and tablet.
thanks Robert i'll try this, because i must connect to ipad , also make video chat between and ipad and tablet.
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.