Contents

stopTransmitting(channelUUID:)

Stops an audio transmission with the channel identifer you specify.

Declaration

func stopTransmitting(channelUUID: UUID)

Parameters

  • channelUUID:

    The channel identifier.

Mentioned in

Discussion

If successful, you receive a callback from channelManager(_:channelUUID:didEndTransmittingFrom:) with PTChannelTransmitRequestSource.programmaticRequest; otherwise, you receive a failure reason through channelManager(_:failedToStopTransmittingInChannel:error:).

See Also

Starting and stopping transmission