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 the token and channel name is created on the server side a UID is passed. This particular UID is a string but when I try to pass the exact same UID I get this error:
[2024-12-06 05:57:24.297][12123][E][IAgoraRtcEngine_wrapper.cc:1138] exception: [json.exception.type_error.302] type must be number, but is string.
This means that the UID should be a number. I tried passing 0 so that Agora generates a UID but the user was not able to join. I want to confirm if the server side UID needs to be the same as the UID from the client side which is react native in this case.
The text was updated successfully, but these errors were encountered:
When the token and channel name is created on the server side a UID is passed. This particular UID is a string but when I try to pass the exact same UID I get this error:
[2024-12-06 05:57:24.297][12123][E][IAgoraRtcEngine_wrapper.cc:1138] exception: [json.exception.type_error.302] type must be number, but is string.
This means that the UID should be a number. I tried passing 0 so that Agora generates a UID but the user was not able to join. I want to confirm if the server side UID needs to be the same as the UID from the client side which is react native in this case.
The text was updated successfully, but these errors were encountered: