Live SDKs Android v1
Live SDKs Android
Live SDKs
Android
Version 1

Leave a live event

Copy link

When participants want to leave the live event, they can do so by calling liveEvent.exit().

liveEvent.exit { /* it: SendbirdException */
   if (it != null) {
       return@enter
   }
   // Dismiss the live event video view controller.
}