Search results

  1. Sajin

    Garbage log file taking too much space

    2018-12-18T05:35:32.751+0000: 4562285.820: [GC (CMS Final Remark) [YG occupancy: 695856 K (943680 K)]2018-12-18T05:35:32.752+0000: 4562285.820: [Rescan (parallel) , 0.1680778 secs]2018-12-18T05:35:32.920+0000: 4562285.989: [weak refs processing, 0.0000233 secs]2018-12-18T05:35:32.920+0000...
  2. Sajin

    Garbage log file taking too much space

    gc-core-* File is taking too much space on the device. It increases to 3-5 GB in single file few weeks time. Which settings needs to set to false or reduce log level for preventing it?
  3. Sajin

    WCS 5 Example Script is not working

    I have managed browser to force the browser to take flash. But the following error still occurs. Error: Error calling method on NPObject! me.mediaProviders.get(call.mediaProvider).talk(call.callId, call.hasVideo); I tried in Safari too, same error is occurring, although its a javascript error...
  4. Sajin

    WCS 5 Example Script is not working

    I am trying out "flashphoner5/client/examples/min/phone/Phone-min.html" I am able to connect using WebRTC with this example, however I need a fallback to flash as some audio related settings are not working on insecure domains on chrome. So I have made following changes to the example...
  5. Sajin

    Audio lag

    We're using Web Call server version 4.0.1450 We're having a delay of 3-5 seconds in hearing the attendee. ie, If a person say "Hello... Jim", caller would hear "Jim,". Any issues has been reported in this call server version? Or we need to check any other parameters in...
  6. Sajin

    Sound Control

    Ahh, I see now, got it, SoundControl.js just creating HTML5 audio element and playing the sounds. Its is to manage sounds in that particular example. Thanks Max. :)
  7. Sajin

    Sound Control

    Actually I got the idea regarding the callStatusListener, and how it works already. Also when I need to play sound, where I need to put the code for playing sound etc. But the problem is when I call SoundControl.getInstance(), it results in an error in ConfigurationLoader.js. [...
  8. Sajin

    Sound Control

    How we can play sounds such as ring, call end etc? What files need to be included? Or a documentation link where I can find those informations
Top