0

I used sample-videochat-android module from here when I import this module in eclipse I am facing

"The import com.quickblox.module.videochat.core.QBVideoChatController cannot be resolved "

problem. Can anybody have any idea how can I resolved this import missing ?Or some external library dependency I have to counter ?

Vikas Verma
  • 3,626
  • 6
  • 27
  • 40

1 Answers1

-1

This has already been fixed. Try to download and use the sample once again.

Darya
  • 134
  • 3
  • Thanks for a solution but now I am facing problem "ACCEPT cannot be resolved or is not a field" in ActivityCallUser.java and "The method setCameraFrameProcess(boolean) is undefined for the type CameraView" in ActivityVideoChat.java – Vikas Verma Mar 20 '14 at 18:53