You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I publish a static website to Azure cloud, the Android system can run it, but the Apple iOS browser cannot run successful.
at last, I found this code will not run well on apple device ios system, but android or windows are all ok:
main.ts file:
await realtimeStreaming.send(createConfigMessage());
why?