Create a Conversation
Create the Conversation that users will use to communicate with each other.
nexmo conversation:create display_name="CONVERSATION_NAME"
The output is similar to:
Conversation created: CON-aaaaaaaa-bbbb-cccc-dddd-0123456789ab
Make a note of this newly generated conversation Id (CON-...
). You will use it later to add Users to the Conversation as Members.
Creating an Android chat app
Create a Android application that enables users to message each other using the Android Client SDK and Kotlin.
Also available on:
Steps
21