I have build video calling Application in flutter and backend API in laravel. For Video Call At Flutter side I'm Using Agora_UIkit. and With help of Agora Rest API for Cloud Recording I' recording video. currently i have record the video call session but problem i'm facing is that, agora storing video call in 2 separate mp4 files. and I want a single Video file where User can View Video of both side.
Asked
Active
Viewed 175 times
2
-
hi, i have the same kind of issue have you figured it out? – Arslan Ahmad khan Feb 06 '23 at 10:21
-
1Yes sure! please explain here. – Vatsal Ajmera Feb 07 '23 at 11:27
1 Answers
2
I was Just passed Agora ID Received from Agora Rest API, but instead of that just have to pass unique keys for recording Session(if not passed agora will take Unique key itself).

Vatsal Ajmera
- 71
- 6
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Nov 12 '22 at 21:33