Bora Bilgin
Bora Bilgin
I'm sorry if I missed this information - which versions of Oracle are supported with this connector? We have Oracle 11g2 and looking to test this connector shortly. Also, please...
First of all, thanks for providing this library - it is a lifesaver! The RTCMultiConnection library has silence detection, which I believe would be useful in MediaStreamRecorder. Instead of saving...
The MultiStreamRecorder demo is not working with MS Edge - the video loads but blobs don't show up. Is there a specific configuration for Edge, or is it not supported...
When testing SAML2 responses, this is what I do to decode the response string: 1- URL decode 2- Base64 decode 3- Inflate the string With this method, I'm able to...
Hello, I'm trying to create a button widget with an icon. I have the following code: var icoBmp:Bmp = new Bmp(); icoBmp.bitmapData = Assets.getBitmapData("assets/pic.jpg", false); var btn = UIBuilder.create(Button, {...