RTMPResponse
public struct RTMPResponse : Sendable
                The metadata associated with the response to an RTMP protocol request.
- 
                  
                  
The RTMP response status.
Declaration
Swift
public let status: RTMPStatus? - 
                  
                  
The RTMP response arguments.
Declaration
Swift
public let arguments: [(any Sendable)?]