Ibon Tolosana
Ibon Tolosana
This is fixed by upgrading webrtc to latest version. I have compiled webrtc, upgraded libmediasoup and fixed some minor API breaking changes and have android armv7a working as expected.
Try using the following aar file instead of the artifact in the demo project. https://www.dropbox.com/s/3t324fia6s0qtku/mediasoup-client.aar?dl=0 Let me know if this works for you. Feel free to contact me directly. My...
This call `v8::Symbol::GetToStringTag(isolate)` returns a `Symbol` object, which is how v8 will resolve the prototype object name. There's not much to it, this is how Symbols are built natively. As...
You could define another animation with only the expected frame and then call spriteImage.playAnimation("one_frame_animation") anytime. in fact you could define as much animations as needed. 2014-02-27 8:24 GMT-08:00 Vitor Cominato...
could you share the code ? that's unexpected behavior. On Feb 27, 2014 9:14 AM, "Vitor Cominato" [email protected] wrote: > I will detail better for you, > > I have...
Hi Tuan, this is probably the biggest wish list ever on CAAT. As a rule of thumb, CAAT is intended to be used on gaming, though I'm in favor of...
I've made Audio functions: director.audioPlay director.audioLoop director.musicPlay to return the assigned Audio object. You can then modify the volume on the fly through out the returned object. stop/pause, is not...
CAAT input control does not work that way. What i suggest you is delegating input to a container object, and then, upon mouse events on the container, identify what actors...
Short term: - a decent font support - 9 patch support for frame graphics - change audio support for a better abstraction between WebAudio and Audio objects - change css...
CAAT.RETINA_DISPLAY_ENABLED=true will do the magic. at least, creating a bigger canvas and downscaling it with css. it will be on your side selecting a different assets set to conform to...