I am having a video chat application using react js in the frontend and i have one SFU server which is based on Node js with WRTC library for supporting webRTC apis in the server side(M87).
The app works super fine in almost all browsers in windows, linux and android
But the pc.ontrack event in the client side is not working on iOS based devices like ipad, iphones
I have tested in iOS 16, 15
pc.ontrack : https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/track_event
why the pc.ontrack function is not triggering in ios devices?