Contents

channelManager(_:failedToJoinChannel:error:)

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

Declaration

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

Parameters

  • channelManager:

    The channel manager.

  • channelUUID:

    The channel identifier.

  • error:

    The error that indicates the failure reason.

Mentioned in

See Also

Joining and leaving a channel