ChannelViewController

@objc(BCHChannelViewController)
public class ChannelViewController : UIViewController
extension ChannelViewController: UINavigationBarDelegate
extension ChannelViewController: BCXCallClientObserver
extension ChannelViewController: BCXCallRegistryObserver
extension ChannelViewController: CallBannerControllerDelegate
extension ChannelViewController: UIAdaptivePresentationControllerDelegate
extension ChannelViewController: BCHChatClientObserver

A view controller showing the “chat” user interface of the current user with the user specified in the OpenChatIntent provided. This view controller should be presented modally. You should not embed this view controller in a UINavigationController

Remark

You must provide an intent before the view controller’s view is loaded otherwise a fatalError will be raised crashing your app.

Initializers

  • Convenience initializer, it is the same as calling ChannelViewController(nibName: nil, bundle: nil)

    Declaration

    Swift

    convenience public init()