RAINBOW_ONWEBRTCTRACKCHANGED does not trigger at all
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 issue in the SDK but maybe someone can help me with this?
-
Hi,
thanks for your question. Which method do you use to escalate from audio to audio + video call?
I just tried to escalate by using rainbowSDK.webRTC.addVideoToCall() function and received the events each time.
Thanks for letting me know so I can retest it.
(Also, can you tell me what browser and OS do you use?)
Regards,
KH
-
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, (event, call) => { console.log('UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU'); this.onWebRtcTrackChanged$.next({event: event, call: call}); });
The console.log is never printed. Maybe you can tell me what I'm doing wrong in the definition of the event listener.
I use the Google Chrome browser and my OS is Windows 10.
Best Regards
Marc -
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 make a short session in Rainbow where I can show and explain you the code?
Best Regards,
Marc
Por favor, entrar para comentar.
Comentários
5 comentários