Contents

channelManager(_:channelUUID:didBeginTransmittingFrom:)

Tells the observer that transmission began.

Declaration

func channelManager(_ channelManager: PTChannelManager, channelUUID: UUID, didBeginTransmittingFrom 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 begins pressing the talk button in the user interface, a programmatic transmit starts, or transmission begins from a hands-free accessory button press.

See Also

Beginning or ending transmission