Archives : January-2019
Home » 2019 (paged 35)
I am trying to run the CyberMegaPhone demo to see the WebRTC Video Conference demonstration from AstriDevCon 2017I have been able to make WebRTC work on this same box with SIPML5 demo but not the CMP2K.When I attempt to access the https://myip:8089/cm..
I am working on writing my own custom language (Yiddish) which resembles de. I found de to be mainly in main/say.c. I am a novice when it comes to c. Would changing:} else if (!strncasecmp(lang, de, 2)) {to:} else if (!strncasecmp(lang, de, 2) ||!strncasecmp(la..