HyphenateInc / Hyphenate-Demo-Android

7 stars 13 forks source link

Video call error #91

Closed sonshark closed 7 years ago

sonshark commented 7 years ago

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.hyphenate.chatuidemo.call.VideoCallActivity}: android.view.InflateException: Binary XML file line #29: Binary XML file line #29: Error inflating class com.hyphenate.media.EMOppositeSurfaceView

Didn't find class "com.hyphenate.media.EMOppositeSurfaceView"

githubzhaoliang commented 7 years ago

EMOppositeSurfaceView and EMLocalSurfaceView has combined to one EMCallSurfaceView.

Please update your code from our repo. And you can check release note for your reference: https://docs.hyphenate.io/docs/android-sdk-release-notes

sonshark commented 7 years ago

Thanks you!

I changed to EMCallSurfaceView. App work well!