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:).