Abdul Aziz
Abdul Aziz
@adouglass I added `"files": [ "main.prod.js", "app.html", { "from":"dist/", "to":"./", "filter": [ "*.proto" ] } ]` to my package.json like this `"name": "-electron-v1", "description": "electron version", "author": "cdmn", "version": "0.1.0",...
@anandrms4u did you make it work, @faizalshap can you please provide an example for how to add the listner in the component? thanks
happening same for me gives below error `{"code": -1, "message": "Internal error occurred"}`
it resolved for me by adding `apply plugin: 'com.google.gms.google-services'` on top of `android/app/build.gradle` file. add it, sync the project and run
the local and participant views are changing fine but when Local Video View is switch to primary then it overlaps the participant thumbnail, need help to change the default zindex...
Yes Exactly, when I make LocalVideo as primary it overlaps the Peer's Video thumbnail, and I changed the `applyZorder` to false in "twilioVideoPreview" file of android and it worked fine...
Sure, I'll make a PR.
@saikiranoptisol did you achieve video pause?, just need to pause video and user shouldn't be able to see my video if I pause Can any body help me with this...
Hi, anyone get to resolve the above issue?