We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
位置:src/components/livestream-agora.vue 在onMountend的时候 agoraPara.token = encodeURIComponent(agoraPara.token)encode了声网的token,好像是为了后面拼接url用,这样有个问题在join频道的时候,有些token里面的字符会被转义导致token错误,一直加入不了频道。
agoraPara.token = encodeURIComponent(agoraPara.token)
The text was updated successfully, but these errors were encountered:
我怕影响到其他逻辑在join的时候又把这个token decode了一下
Sorry, something went wrong.
No branches or pull requests
位置:src/components/livestream-agora.vue
在onMountend的时候
agoraPara.token = encodeURIComponent(agoraPara.token)
encode了声网的token,好像是为了后面拼接url用,这样有个问题在join频道的时候,有些token里面的字符会被转义导致token错误,一直加入不了频道。The text was updated successfully, but these errors were encountered: