Kommunicate-io / Kommunicate-Flutter-Plugin

A flutter plugin for Kommunicate customer support live chat.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

Open using both Conversation ID and Channel Key #47

Closed amntoppo closed 2 years ago

amntoppo commented 2 years ago

Some customers are using Channel key to open the conversation, but flutter only supported opening conversation using Client Conversation ID. Added support to open conversation using channel key using the same method.