Search results

  1. M

    Unable to compile IOS Sample projects

    Hi there, I am following the steps mentioned on this link to download and compile IOS sample projects. https://flashphoner.com/wcs-ios-sdk/ On this step i am getting errors in the output. (Archive failed) (Export failed) 6. Run the build script and wait while all dependencies and examples are...
  2. M

    Android App crashing

    Hi there, There is a requirement from the customer side. Its sort of a help desk they are in need of. They want the customer to call in from the Mobile Application through the internet. The agent side is restricted for internet but will be able to connect to the flashphoner server via the Local...
  3. M

    Android App crashing

    Thank you for your assistance. Can you let us know if the sample code i have sent you is crashing at your end or not? Thanks Mohammad Adil
  4. M

    Android App crashing

    Hi, 1) Permission i used was only once then i removed the code for more debugging. (It does not ask for permission again once granted) 2) I am using Android 9 and Galaxy s8 which i have mentioned in my earlier post. I am unable to reproduce the crash on the conference app after modifying also...
  5. M

    Android App crashing

    Hi there, You can download the source code from the following link. https://www.dropbox.com/s/qqs7o25zevu3pon/FlashPhonerTest.rar?dl=0 Thank you for your help. Regards Mohammad Adil
  6. M

    Android App crashing

    Hi there, Here is the code i am running on the OnState event of the room class. localRenderer = (SurfaceViewRenderer) findViewById(R.id.local_video_view); PercentFrameLayout localRenderLayout = (PercentFrameLayout) findViewById(R.id.local_video_layout); localRenderLayout.setPosition(0, 0, 100...
  7. M

    Android App crashing

    Hi there, Thank you for all your assistance. I have taken a new fresh project and successfully implemented the aar in it. I have put three buttons. Connect, Disconnect, Join and publish. OnCreate of the activity i am initializing the FlashPhoner lib. On connect button i have written...
  8. M

    Android App crashing

    Hi there, Thank you for your assistance. We were successfully able to compile the projects. However when we are running the conference demo on our android device, The voice of other publishers are coming in the ear speaker, not in the main speaker of the mobile phone. Device information...
  9. M

    Android App crashing

    Hi there, Yes the folders do exist. Screenshot attached for reference. Thanks Mohammad Adil
  10. M

    Android App crashing

    Hi there, I have ran the command as instructed. But in the output folder only one folder is present named as webview example. This is the output in the console after executing the command. Administrator@Shahan MINGW64 /d/Developer/ProjectsAndroidStudio/wcs-android-sdk-samples/export (master) $...
  11. M

    Android App crashing

    Hi there, I have tried all the steps and successfully opened the code. When i am making the project i am getting this error. Cause: compileSdkVersion is not specified. Below is the log cat logs. Caused by: java.lang.IllegalStateException: compileSdkVersion is not specified. at...
  12. M

    Android App crashing

    Hi, I have downloaded the latest aar file and linked it to my project. The same error is occurring on publish button click. Here are the specs of my device on which i am debugging the code. Mobile: Samsung galaxy S8 Model no: SM-G950FD Android version: 9 Android studio version is 3.4. The sdk...
  13. M

    Android App crashing

    Hi there, I am using android aar in a seperate project and have compiled the project successfully. I am successfully able to connect to the server. I am successfully joining in the room. But when i press publish the app crashing. In the log cat i am getting the following error. Process...
Top