Marc EGOLF hat einen Kommentar hinterlassen
Hi Konrad The event listener is the first thing that is loaded.I think it would be to complicated to share every code snippet that is involved because my code is very modular. Is it possible to mak...
Marc EGOLF hat einen Kommentar hinterlassen
Hi Konrad Yes this is exactly the case. Best Regards,Marc
Marc EGOLF hat einen Kommentar hinterlassen
Hi Konrad, I also use rainbowSDK.webRTC.addVideoToCall() but in my case the event does not emit. Below you can find my event listener: $(document).on(rainbowSDK.webRTC.RAINBOW_ONWEBRTCTRACKCHANGED,...
Marc EGOLF hat einen Kommentar hinterlassen
Hi Konrad I agree with you. It's definitely not a high priority issue.But as soon as we go to production for a customer it would be nice if this errors would not appear anymore. Best Regards,Marc
Marc EGOLF hat einen Kommentar hinterlassen
Hi Konrad, Thanks for your answer. Did you reproduce it exactly how I described above? Only when you follow this exact scenario you should be able to recreate my issue. As you see in my code below ...
Marc EGOLF hat einen Post erstellt
Hello Since I started developing with the Rainbow Web SDK I get some errors from the rainbow-sdk.min.js. Since I updated from version 1.55.1 to 1.57.1 of the rainbow-web-sdk I get even more errors....
Marc EGOLF hat einen Kommentar hinterlassen
Hi Josep, For Angular 8 developments you need to use the Rainbow Web SDK. https://www.npmjs.com/package/rainbow-web-sdk Best RegardsMarc
Marc EGOLF hat einen Post erstellt
Hello I’ve noticed that the RAINBOW_ONWEBRTCTRACKCHANGED event does not fire when I escalade from audio to audio and video (latest releaserainbow-web-sdk 1.57.1 is installed). I think it is an ...
Marc EGOLF hat einen Post erstellt
Hello I'm experimenting with WebRTC calls in the Rainbow Web SDK (latest releaserainbow-web-sdk 1.57.1 is installed). I've noticed that the RAINBOW_ONWEBRTCCALLSTATECHANGED event of the WebRTC part...