Contents

stream(_:didStopWithError:)

Tells the delegate that the stream stopped with an error.

Declaration

optional func stream(_ stream: SCStream, didStopWithError error: any Error)

Parameters

  • stream:

    The stream that stopped.

  • error:

    The error that caused the stream stoppage.

Discussion