Nexmo / stitch-demo-android

Android client side demo using Nexmo Stitch In-App Messaging
https://developer.nexmo.com/stitch/overview
3 stars 1 forks source link

Why has an audio() method private access in com.nexmo.sdk.conversation.client.Conversation? #5

Open semeruk opened 6 years ago

semeruk commented 6 years ago

I had been going through this guide https://developer.nexmo.com/stitch/in-app-voice/guides/1-enable-audio/android before I stopped at this error:

audio() has private access in com.nexmo.sdk.conversation.client.Conversation

I'm using implementation 'com.nexmo:stitch:1.7.1'

Can somebody from Nexmo help me out?

semeruk commented 6 years ago

Instead of audio() should be: media(Conversation.MEDIA_TYPE.AUDIO)

Please update the documentation! https://developer.nexmo.com/stitch/in-app-voice/guides/1-enable-audio/android