Live SDKs iOS v1
Live SDKs iOS
Live SDKs
iOS
Version 1
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.
}