Live SDKs iOS v1
Live SDKs iOS
Live SDKs
iOS
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 { error in
   guard error == nil else { return }
   // Dismiss the live event video view controller.
}