Error in the hello-word project

When I try to open "restome hello-world" on github but I always make mistakes. I have solved some of them. Last error: Mobicents Restcomm Hello-World Implementation

I don't know how to resolve this error.

D:\ProjectFilesAndroid\RestCommExample\restcomm-android-sdk-1.0.0-BETA4\restcomm.android.sdk\src\main\java\org\restcomm\android\sdk\MediaClient\PeerConnectionClient.java
Error:(841, 27) error: cannot find symbol method stop()
Error:(856, 27) error: cannot find symbol method restart()
Error:(889, 28) error: method createVideoSource in class PeerConnectionFactory cannot be applied to given types;
required: VideoCapturer
found: VideoCapturerAndroid,MediaConstraints
reason: actual and formal argument lists differ in length
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:restcomm.android.sdk:compileReleaseJavaWithJavac FAILED
Error:Execution failed for task ':restcomm.android.sdk:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

      

Please help me!

+3


source to share


1 answer


Can you try with the latest Android SDK release that came out this month as it seems that you are using an older version (i.e. BETA4). If you still have problems, please post a message.



Regards

+2


source







All Articles