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
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
If you are using the JavaScript SDK as recommended for React Native:
So basically
conversation.add(<identity>)