PTChannelManagerDelegate
A type that represents your life cycle of a channel manager.
Declaration
protocol PTChannelManagerDelegate : NSObjectProtocolTopics
Beginning or ending transmission
channelManager(_:channelUUID:didBeginTransmittingFrom:)channelManager(_:channelUUID:didEndTransmittingFrom:)channelManager(_:failedToBeginTransmittingInChannel:error:)channelManager(_:failedToStopTransmittingInChannel:error:)incomingServiceUpdatePush(channelManager:channelUUID:pushPayload:isHighPriority:remainingHighPriorityBudget:completion:)
Activating and deactivating the audio session
Joining and leaving a channel
channelManager(_:didJoinChannel:reason:)channelManager(_:didLeaveChannel:reason:)channelManager(_:failedToJoinChannel:error:)channelManager(_:failedToLeaveChannel:error:)