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