twilio / twilio-chat-demo-js

Programmable Chat API Demo Application for JavaScript
BSD 3-Clause "New" or "Revised" License
90 stars 94 forks source link

get channel by member's identity(channels are duplicated for the same members) #20

Closed MarwaAbuEssa closed 2 years ago

MarwaAbuEssa commented 7 years ago

hi, I'm using twilio chat javascript sdk v1.0. i want user to create a channel and add member to it , but if user had a previous channel with the same member , retrieve the channel and don't create a new one . is there any way to get channel by members's identity ? or is there anyway for not duplicating channels for the same members ?

any help is appreciated, regards,