我按照此处的文档为对话 API 创建了一个令牌。 https://www.twilio.com/docs/conversations/quickstart?code-sample=code-fetch-your-new-conversation&code-language=Node.js&code-sdk-version=3.x#configure-the-conversations-演示应用程序使用 codesandboxio
twilio token:chat --identity testPineapple --chat-service-sid ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --profile project-danger
这对我有用,但这些令牌在给定时间后过期。您如何刷新此令牌以进行对话?我正在从 node.js 创建这些令牌。