setChannelDescriptor(_:channelUUID:completionHandler:)
Sets the channel description.
Declaration
func setChannelDescriptor(_ channelDescriptor: PTChannelDescriptor, channelUUID: UUID, completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)func setChannelDescriptor(_ channelDescriptor: PTChannelDescriptor, channelUUID: UUID) async throwsParameters
- channelDescriptor:
The channel description.
- channelUUID:
The channel identifier.
- completionHandler:
The completion handler.
errorAn error, if any, that indicates the reason why the system couldn’t set the channel descriptor.