I am using zoom meeting-sdk with core js programming and facing redirecting url issue , there are “leaveUrl” to give redirecting url .
- I also used javascript tag with href “window.location.href” with a function .
- I also make sure the my url should be in allowed list of App configuration of meeting sdk .
- I also tried setTimeout to give time to close the websocket but it’s not working till now ,
the main issue is rehitting the URL and getting cancelled without giving any response , and this issue is not with my server , if i giving flipkart , amazon ,etc url the same behaviour is happening . what should i do , i tried many subsequences .
now , i am giving my all the references which i have tried .