Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

nexmo ml <conversation-id> doesn't show member id #197

Open Namr-ta opened 5 years ago

Namr-ta commented 5 years ago

Steps to reproduce

Tell us what you did Run the command -- nexmo ml

Expected behavior

Tell us what should happen URL- https://developer.nexmo.com/client-sdk/in-app-messaging/guides/simple-conversation

According to documentation it should give member id in below format:-

name | user_id | user_name | state

MEM-aaaaaaaa-bbbb-cccc-dddd-0123456789ab | USR-aaaaaaaa-bbbb-cccc-dddd-0123456789ab | jamie | JOINED

Actual behavior

Tell us what happens instead nexmo ml CON-c5fd96d6-4114-480e-afa4-3a78b7da472c jane | USR-f4bf136d-f1eb-4e17-bedc-ca278dff3075 | jane | JOINED jane1 | USR-199b90db-3842-49ce-8a66-7f442c7ffbb6 | jane1 | JOINED

System configuration

Node version: NA NPM version: NA Operating system: NA

AlexLakatos commented 5 years ago

Thanks for submitting this, I'll take a look.