如何在反应本地使用Twilio转换来将成员添加到对话/通道中?
如何在反应本地使用Twilio转换来将成员添加到对话/通道中?
反应本机JavaScript SDK。
对话add(chatuserid)
add()不起作用,给出不良请求错误
How to add member to conversation/channel using twilio-conversation in react-native ?
React Native JavaScript SDK.
conversation.add(chatUserId)
add() not working, giving Bad Request error
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是javascript SDK,建议对本机的建议:
将用户添加到对话
基本上
If you are using the JavaScript SDK as recommended for React Native:
Add a user to a conversation
So basically