Session Management

Pausing Chat & Widgets

You can Pause a Content Session as described earlier. Alternatively, you can just pause Chat or Widgets through the respective ViewControllers.

let widgetViewController = WidgetViewController()
widgetViewController.pause()
widgetViewController.resume()

let chatViewController = ChatViewController()
chatViewController.pause()
chatViewController.resume()