mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
7 lines
218 B
Swift
7 lines
218 B
Swift
import Logboard
|
|
|
|
/// The identifier for the HaishinKit WebRTC integration.
|
|
public let kRTCHaishinKitIdentifier = "com.haishinkit.RTCHaishinKit"
|
|
|
|
nonisolated(unsafe) let logger = LBLogger.with(kRTCHaishinKitIdentifier)
|