Nexmo / stitch-android-quickstart

A repository containing everything you need when getting started with the Nexmo Stitch API and the Android SDK
MIT License
2 stars 3 forks source link

invalid-member-state in my conversation #20

Open Semeruk opened 6 years ago

Semeruk commented 6 years ago

When I try to make a call I receive this in my logs: Error answer: conversation:error:invalid-member-state . {"rid":"94433f65-56ff-4dbb-808c-440393b22b9a"}

Project was built from here https://developer.nexmo.com/stitch/in-app-voice/guides/2-calling-users

Why am I receiving an error? What kind of states are there for a member?

ChrisGuzman commented 5 years ago

These are the member states: https://developer.nexmo.com/sdk/stitch/android/reference/com/nexmo/sdk/conversation/client/Call.MEMBER_CALL_STATE.html

Are you still having the issue after updating the the SDK to version 3.0.0?