From 601ee39b8179c23994d9a878b94c35c43d68ef6b Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 13 Jan 2025 11:06:32 -0500 Subject: [PATCH] Expose init from string for Participant.Identity --- Sources/LiveKit/Types/Participant+Types.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LiveKit/Types/Participant+Types.swift b/Sources/LiveKit/Types/Participant+Types.swift index d949ff700..9e6b7caac 100644 --- a/Sources/LiveKit/Types/Participant+Types.swift +++ b/Sources/LiveKit/Types/Participant+Types.swift @@ -47,7 +47,7 @@ public extension Participant { @objc public let stringValue: String - init(from stringValue: String) { + public init(from stringValue: String) { self.stringValue = stringValue }