Jibon L. Costa

Results 31 comments of Jibon L. Costa

Thanks for reply moust. Actually I wanted to show some text bellow the player.

Sure, I am waiting for further notification. Will be happy if you'll use Angular as a demo too. Thank you!

Thanks for your contribution. I want to keep `export.js` as simple as it's now. Better you create separate file for your implementation.

same https://github.com/jibon57/bbb-recorder/issues/42#issuecomment-656072972

I am keeping it open as most of the user having this problem. Solution: You are using older version of `nodejs`. Please follow this to update: https://github.com/nodesource/distributions/blob/master/README.md#debinstall

Thanks for the ideas. Welcome for PRs At present files are storing here: `/var/www/bigbluebutton-default/record` So, you can easily download by: `https://bbb_host/record/myfile.mp4` This idea can be use for easy implementation: https://github.com/jibon57/bbb-recorder/issues/2#issuecomment-607866970

That will be depends on how you will configure your application. For our case we are using same as meeting ID. Actually we have our own customize development system which...

Common problem & explained here already: https://github.com/jibon57/nativescript-mediafilepicker/issues/26 You will need to add `provider` in your `AndroidManifest.xml` inside `` to override like this: ``` ``` also `xmlns:tools="http://schemas.android.com/tools"` in `

Welcome :) .. I am keeping this issue open so that other may find it quickly.

@nafre Have you tried to add `android:requestLegacyExternalStorage="true"` ? ``` ```