BroadpeakPlugin Class

public class BroadpeakPlugin : CLPluginProtocol

Lifecycle

Public

  • Number of extra attempts to acquire a Broadpeak session URL when StreamingSession/getURL returns an empty URL or an error. Under heavy load the call can occasionally fail and usually succeeds on the first retry. Mirrors the Android plugin’s SESSION_START_RETRIES.

    Declaration

    Swift

    public static var sessionStartRetries: Int
  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let version: String
  • Declaration

    Swift

    public func pluginAttached(_ context: CLPluginContext) -> Int
  • Declaration

    Swift

    public func pluginDetached()
  • Declaration

    Swift

    public func configure(_: CLPluginConfiguration)