Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error android studio restcomm hello-word project

When I'm trying to open "restcomm hello-world" on github but I always gave errors. I've solved some of them. Last error is :Mobicents Restcomm Hello-World Implementation

I don't know how to solve 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!

like image 784
A.Kırmızıoğlu Avatar asked Dec 11 '25 04:12

A.Kırmızıoğlu


1 Answers

Can you try with latest Restcomm Android SDK release that came out this month as it seems that you are using an old release (i.e. BETA4). If you still have issues please post back.

Best regards

like image 65
atsakiridis Avatar answered Dec 12 '25 18:12

atsakiridis