I am using zoom meeting sdk with core js and faces redirecting url issue

I am using zoom meeting-sdk with core js programming and facing redirecting url issue , there are “leaveUrl” to give redirecting url .

  1. I also used javascript tag with href “window.location.href” with a function .
  2. I also make sure the my url should be in allowed list of App configuration of meeting sdk .
  3. 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 .