CreateStreamKeyResponse
public struct CreateStreamKeyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Stream key used to authenticate an RTMPS stream for ingestion.
Declaration
Swift
public let streamKey: StreamKey? -
Undocumented
Declaration
Swift
public init(streamKey: StreamKey? = nil)
View on GitHub
CreateStreamKeyResponse Structure Reference