channelManager(_:failedToStopTransmittingInChannel:error:)
Tells the observer that transmission failed to stop.
Declaration
optional func channelManager(_ channelManager: PTChannelManager, failedToStopTransmittingInChannel channelUUID: UUID, error: any Error)Parameters
- channelManager:
The channel manager.
- channelUUID:
The channel identifier.
- error:
The error that indicates the failure reason.