【发布时间】:2022-10-20 17:06:21
【问题描述】:
使用 Twilio JS SDK 并尝试通过 getConversationBySid() 方法访问对话。
const client = new Client(tokenValue);
let value=await client.getConversationBySid(conversationSID)
但出现错误
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'myConversationsRead')
谁能帮我解决这个问题?
【问题讨论】:
-
你好,我也遇到了同样的问题,请问你有没有弄清楚是什么原因造成的?