Support Tools Integration
if let sessionLink = SessionReplay.sessionReplayLink {
print("result: \(sessionLink)")
}NSString *sessionLink = LCQSessionReplay.sessionReplayLink;
if (sessionLink != NULL) {
NSLog(@"sessionLink: %@", sessionLink);
}Zendesk Example

Intercom Example
Last updated