Open Abhishek-Khanduri opened 2 months ago
@saghul, Could you please help me with this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The recording api is not curry implemented on the RN SDK.
What happened?
I'm trying to automatically start the recording for the meeting as soon as the user joins.
Platform
SDK version
@jitsi/react-native-sdk:^0.3.0
More details?
On my Web I was I am able to achieve this using the following code:
But on my React Native, I tried using the following to accomplish it but nothing worked out for me
jitsiMeeting.current.startRecording({ mode: 'file' });
This is the complete code
I have a Jibri setup (the Jitsi server is self-hosted using jitsi-docker). Starting and stopping the recording manually works as expected. Any help to do this programmatically would be appreciated!