Contents

channelManager(_:failedToLeaveChannel:error:)

Tells the observer that the app failed to leave a Push to Talk channel.

Declaration

optional func channelManager(_ channelManager: PTChannelManager, failedToLeaveChannel channelUUID: UUID, error: any Error)

Parameters

  • channelManager:

    The channel manager.

  • channelUUID:

    The channel identifier.

  • error:

    The error that indicates the failure reason.

See Also

Joining and leaving a channel