Bold360 and BoldChat Developer Center

Chat Recapture

Not available now. While the customer fills an unavailable chat form, an agent can become available.

It is notified by the BCChatRecapture delegate.

A delegate for chat recapture can be added to the chatSession when created:

chatSession.chatRecaptureDelegate = <delegate>;

To get notified:

- (void)bcChatSessionRecaptureAvailable:(id<BCChatSession>)chat {
    //an agent did become available
}