SmartSystemElectronics
SmartSystemElectronics
I really need to receive incoming calls when app is closed. Actually I researched for this issue from many documentations but couldn't find any solution. Actually I integrated Pushkit and...
I actually use the LocalSocketBlue, but I wanted to use this library. After integrating, connecting to the server and sending data was seriously slowed down. How can I solve this?
Unfortunately, I cannot NDI broadcast on Android 12 and higher devices. That doesn't mean I can't stream at all, sometimes I can, sometimes I can't, but most of the time...
``` Endpoint ep = new Endpoint(); epGlobal = ep; ep.libCreate(); EpConfig epConfig = new EpConfig(); ep.libInit( epConfig ); MediaConfig media_cfg =epConfig.getMedConfig(); media_cfg.setSndAutoCloseTime(0); media_cfg.setEcOptions(pjmedia_echo_flag.PJMEDIA_ECHO_SPEEX |pjmedia_echo_flag.PJMEDIA_ECHO_USE_NOISE_SUPPRESSOR |pjmedia_echo_flag.PJMEDIA_ECHO_AGGRESSIVENESS_AGGRESSIVE); media_cfg.setEcTailLen(200); media_cfg.setQuality(10); media_cfg.setHasIoqueue(true); media_cfg.setThreadCnt(2); media_cfg.setClockRate(16000);...
In my codes, when I create call and after previewing video start, it will be crash. Crash is happening in this line -->> currentCall.vidPrev.start(vidPrevParam); if (currentCall != null && currentCall.vidWin...