jitsi / jitsi-meet-sdk-samples

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

setting session time #112

Closed Mohadese267 closed 3 years ago

Mohadese267 commented 3 years ago

I wonder if it is possible to set time for each session and force the user to leave ?

saghul commented 3 years ago

That is not supported by the SDK. You could implement it on your app though, and force the user to leave using the leave / hangup API call.