WebRTC Client & Server : Source Codes

sfsameer

Expert
Licensed User
Longtime User
Great work welcome back and finally the server side has been released.
I have some programming recommendation.
I don't know if I should post it here or in Private I don't want to give much details..
Please send them privately because depending on the recommendations we may do them or not.

Thank you,
Saif
 

Xfood

Expert
Licensed User
congratulations, i just tried with my local network, b4j server, and 2 b4a client, it works great, simple to install, very complete and tidy code. thanks @sfsameer you are great
 

hears

Active Member
Licensed User
congratulations, i just tried with my local network, b4j server, and 2 b4a client, it works great, simple to install, very complete and tidy code. thanks @sfsameer you are great
i down load project ,in B4A have get this error:

Finding libraries that need to be dexed. (0.03s)
Dex code (2.60s)
Dex merge Error
Error in G:\androidsdk30\commandlinetools-win-6609375_latest\tools\..\extras\b4a_local\unpacked-support-annotations-28.0.0.androidx-63801106395490\dex_v1\support-annotations-28.0.0.zip:classes.dex:
Type androidx.annotation.AnimRes is defined multiple times: G:\androidsdk30\commandlinetools-win-6609375_latest\tools\..\extras\b4a_local\unpacked-support-annotations-28.0.0.androidx-63801106395490\dex_v1\support-annotations-28.0.0.zip:classes.dex, g:\androidsdk30\commandlinetools-win-6609375_latest\tools\..\extras\b4a_remote\androidx\annotation\annotation\1.5.0\annotation-1.5.0.zip:classes.dex
Compilation failed
 

hears

Active Member
Licensed User
1) update b4a,
2)update resources,
3) and remove addlibrary annotations b4a main
thank you ,it is working now , after i delet android-support-annotations.androidx.jar
 

sfsameer

Expert
Licensed User
Longtime User
thank you ,it is working now , after i delet android-support-annotations.androidx.jar
This usually happens if you have 1- Old version of B4A 2- You are not using the latest android SDK

You should update the above in case you face problems in the future.
 
Top