Jacques-Olivier Haché

Results 84 comments of Jacques-Olivier Haché

Feel free to work on it as much as you want, but very honestly, I don't think that there is a clean way of fixing this.

Sure, no prob. I'll either get to it today/tomorrow, or it will have a to wait for a couple of weeks.

I'm sorry, but it still doesn't seem to work. ``` var rs = pc2.getRemoteStreams; rs.bind(pc2)(); // same error for rs.bind(pc2)(); ``` Gives me this error ```TypeError: rs.bind(pc2) is not a...

Hi, Sorry for the belated answer: I agree, I created a ticket in the plugin bug tracking system. I will take some time to get done though as we already...

Hi, Someone else came up with this issue not too long ago, however, I tested again, and this time on an ec2 instance, and it worked fine for me. It...

Hi, Please see the plugin’s public documentation here : https://confluence.temasys.com.sg/pages/viewpage.action?pageId=8257708 Regards, JOH -- Jacques-Olivier HACHÉ Lead Dev, Temasys Communications Pte Ltd Sg : +65 9086 3673 On 7 August 2019...

Hi, You're probably looking for the MediaRecorder class supported by recent Chrome versions, and Firefox for while: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder If you're looking for a server side recording, you can use one...

While we do intend to add this functionality _eventually_, there is no immediate plan to implement it and I cannot give you an ETA.

Hi, I'll check if we can do that.

1- I just checked, the issue is not in the dialog itself. GetSources returns a cut string as well. The issue is probably in the name management of either libWebRTC,...