Tadas Petra
Tadas Petra

Reputation: 428

How can I stop cloud recording with Agora SDK?

I am using Agora and have added cloud recording to my app. How do I stop the cloud recording?

Upvotes: 0

Views: 342

Answers (1)

Tadas Petra
Tadas Petra

Reputation: 428

You can call the stop method to leave the channel and stop recording.

Agora Cloud Recording automatically stops recording and leaves the channel when there is no user in the recording channel after a time period (30 seconds by default). You can set this timeout interval by the maxIdleTime parameter when you start the recording.

Upvotes: 0

Related Questions