TheoLiveSource
public class TheoLiveSource : TypedSource
Source that points to a channel on theo.live
-
Creates a new typed source with a theo.live channel ID
Declaration
Swift
public init(channelId: String)
Parameters
channelId
The ID of the theo.live channel
-
Declaration
Swift
public convenience required init(from decoder: Decoder) throws