CallUiOpenChanged

public struct CallUiOpenChanged

Fired when the call ui is opened or closed. Closed can be minized or the call ended. Check the api for callActive to determin if a call is active or not.

  • Name of the event. Can be used to register for the event. Also available as Notification.Name.UnbluUiCallUiOpenChanged

    Declaration

    Swift

    public static let NAME: String
  • True if the call UI is currently displayed. False otherwise

    type: Bool

    Declaration

    Swift

    public static let VALUE_OPEN: String