Hi, I’m new here and I’m playing video-sdk react demo and my own experiment.
But when I switch applications between react demo app and my own app, sometimes I got “Meeting Passcode wrong.” error when I tried to join session. but actually passcode is correct.
Is it because I use same topic name without expressly close session?
Same topic name in an account will be treated as the same session, you can add sessionKey into your JWT token if you want to reuse the session name but a separated session.