Re: Video Chat?

2022-01-11 Thread Martin Koob via use-livecode
Hi Panos Do you need to use the browser object to use WebRTC or would if be feasible to code your own solution using the cameraControl Object to capture the video to send, the player object to play the incoming video and tsNet to handle all the internet communication making the two way

Re: Video Chat?

2022-01-11 Thread panagiotis m via use-livecode
Hello all, Support for WebRTC was recently added in the CEF browser - that is Windows and Linux. I _think_ Tom is on Windows. I believe that for the other platforms we'll need special permissions in the WKWebView (Mac and iOS) and the WebView (Android). I'll file an enhancement request in BZ so

Re: Video Chat?

2022-01-10 Thread Dan Friedman via use-livecode
Tom, I just tried using whereby (via a php page we created) in LiveCode (the IDE) and its stuck on "Loading camera and audio...". I've tried both the browser widget and the revBrowserOpen() method. What versions of LC are you using? I'm on 9.6.5. Do you have a sample stack that is

Re: Video Chat?

2022-01-07 Thread Tom Glod via use-livecode
Yes, since recently, you can use webrtc chat inside the browser. It picks up the camera and mic. I tested a couple of them and they seemed to work fine. whereby.com is a good one to try On Fri, Jan 7, 2022 at 12:05 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: >