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

[CM-846] - Support to change teamID of conversation - Android #58

Closed amntoppo closed 2 years ago

amntoppo commented 2 years ago
KommunicateFlutterPlugin.updateTeamId({
                      //'conversationId': 70780495,
                      'clientConversationId': '69360869',
                      'teamId': '63641656'
                    })

We can pass either conversationID (integer) or clientConversationID (string) in the object.