jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
278 stars 240 forks source link

Hi #231

Open Pear072003 opened 6 months ago

Pear072003 commented 6 months ago

Hi! For my thesis, using the React Native SDK Jitsi, I want to create an application as a zello functionality. That is, by installing the Jitsi server locally and using the "Car mode" mode, create an application with the "Push to talk" function. Question:

  1. I want to create a database for user authentication.
  2. Saving the chat history.
  3. The history of the audio recording of each user when he presses the record button begins and when he releases the recording stops and is saved in the chat. Can you tell me if this is feasible? If so, in which direction should we move? What suggestions and suggestions are there? And for this, which components should I use from the SDK?