When I try to do
client = await AgoraRTM.createInstance(APP_ID);
await client.login({ uid, token })
I get this error
RTM:ERROR Error Code 5 - The vendor enabled the dynamic key, but uses the static key.
I've looked around the docs and can't find anything related to the cause, I'd appreciate any help I can get... Thanks
When I try to do
I get this error
RTM:ERROR Error Code 5 - The vendor enabled the dynamic key, but uses the static key.
I've looked around the docs and can't find anything related to the cause, I'd appreciate any help I can get... Thanks