channelManager(_:channelUUID:didEndTransmittingFrom:)
Tells the observer that transmission ended.
Declaration
func channelManager(_ channelManager: PTChannelManager, channelUUID: UUID, didEndTransmittingFrom source: PTChannelTransmitRequestSource)Parameters
- channelManager:
The channel manager.
- channelUUID:
The channel identifier.
- source:
The transmission request source.
Mentioned in
Discussion
The system calls this method when the user stops pressing the talk button in the user interface, a programmatic transmit ends, or transmission ends from a hands-free accessory button release.