Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jercik authored Sep 5, 2017
1 parent 7bc46a4 commit a0b0ddc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ If you want to associate some additional info with your customer, you can set Cu
LiveChat.setVariable(withKey:"Variable name", value:"Some value")
```

### Assign chat to specific group

You can route your customers to specific group of agents by providing groupId. More information can be found here: https://www.livechatinc.com/kb/dividing-live-chat-by-group/.

```swift
LiveChat.groupId = "7"
```

### Notifying user about agent response

You can notifiy your user about agent response if chat was minimized by the user. To handle incoming messages your class must implement `LiveChatDelegate` protocol and set itself as `LiveChat.delegate`.
Expand Down

0 comments on commit a0b0ddc

Please sign in to comment.