react-native-jitsi-meet icon indicating copy to clipboard operation
react-native-jitsi-meet copied to clipboard

Where it record if i start recording in react-native-jitsi-meet.

Open yakash204 opened this issue 4 years ago • 5 comments

If I click on start recording it shows "Your recording will be saved by recording service". What thus it means, and if I click ok it will start recording but don't get where it stores the recording.

yakash204 avatar Jul 03 '21 03:07 yakash204

Starting a recording invites Jibri to the conference to record it. Jibri is a server-side component, and stores the recording wherever it is configured to store it. You should ask whomever runs the Jitsi Meet server that you're connecting to.

jbg avatar Jul 03 '21 03:07 jbg

But if I used jitsi server(https://meet.jit.si/) then where does it record. Is there is any way to record in dropbox as in the original jitsi meet app?

yakash204 avatar Jul 03 '21 03:07 yakash204

It should be possible to do the Dropbox integration, but it's not directly supported by this project, so you will have some manual development work to do: you need to set the config key dropbox with an OAuth app key that you set up at Dropbox's developer program, and set the redirect URL to something that will bring the user back to your app after they authorise access to their Dropbox account. Then have your app pass the token returned from the Dropbox OAuth flow through to the Jitsi Meet SDK in the same way that oauth.html in the standard frontend does.

jbg avatar Jul 03 '21 03:07 jbg

It's not something you can do just through copying and pasting; you'll need to write some code to pass through the app key and handle the OAuth flow. I linked to the relevant config key and an example of handling the OAuth response above.

jbg avatar Jul 03 '21 08:07 jbg

first time using jitsi meet, integrated it in my react native app, how i'll connect it to my vps. so that the user of my app won't have to enter the username and password elsewhere, instead the user just taps on join button and the he will join the conference and the recording should from the moment automatically. how ill do that process,

is there any step by step guide for that?

hshaharia064 avatar May 31 '25 17:05 hshaharia064