Protocols

The following protocols are available globally.

  • The BLCall entity represents a signaling and media session between the host device and Boostlingo infrastructure.

    See more

    Declaration

    Swift

    public protocol BLCall : Sendable
  • The BLVideoCall class represents a signaling and media session between the host device and Boostlingo infrastructure.

    See more

    Declaration

    Swift

    public protocol BLVideoCall : BLCall
  • The BLVoiceCall entity represents a signaling and media session between the host device and Boostlingo infrastructure.

    Declaration

    Swift

    public protocol BLVoiceCall : BLCall
  • Declaration

    Swift

    public protocol CustomField : Hashable, Sendable
  • Declaration

    Swift

    public protocol BLLogger : Sendable