React-native-videosdk 1.10.10 alway trigger to onSessionLeave

I’m using react-native-videosdk version 1.10.10 and built on GitHub - zoom/VideoSDK-ReactNative-Quickstart: This is a sample application that demonstrates how to use the Zoom Video SDK in a React Native application.

When I tap to Join Session button, it alway trigger to onSessionLeave and do not trigger to onSessionJoin.

"@zoom/react-native-videosdk": "^1.10.10",
"expo": "~50.0.8",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-pure-jwt": "^3.0.2"

Can you double check your Video SDK credentials and the generated JWT? Are you able to join the session on another platform like Web? I ask because it seems like the session isn’t being authorised correctly.