CallActiveChanged

public struct CallActiveChanged

Fired when there starts or stops a call.

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

    Declaration

    Swift

    public static let NAME: String
  • True if a call is active, false otherwise

    type: Bool

    Declaration

    Swift

    public static let VALUE_ACTIVE: String