public class BroadpeakPlugin : CLPluginProtocol
BroadpeakPlugin Class
-
Declaration
Swift
public init(_ settings: BroadpeakSettings)
-
Number of extra attempts to acquire a Broadpeak session URL when
StreamingSession/getURLreturns 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’sSESSION_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)