Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Admin Malte Lensch/Andreas Ebert
Beigetreten 16. Apr. 2021
·
Letzte Aktivität 04. Feb. 2022
Folge ich
0
Follower
0
Gesamtaktivitäten
4
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Admin Malte Lensch/Andreas Ebert
Admin Malte Lensch/Andreas Ebert hat einen Kommentar hinterlassen
Kommentar anzeigen · Gepostet 27. Juli 2020 · Admin Malte Lensch/Andreas Ebert
0
Follower
0
Stimmen
0
Kommentare
Admin Malte Lensch/Andreas Ebert hat einen Kommentar hinterlassen
Thanks for no answer...
In the meanwhile we have figured out a working workaround by using a trigger to control the chat queue and show/not show the chat widget.
{
"event": "page_enter",
"condition": [
"and",
[
"gt",
"@queue_size",
5
],
[
"eq",
"@visitor_is_chatting",
false
]
],
"actions": [
[
"blockVisitor",
"Warteschlange"
]
]
}
Kommentar anzeigen · Gepostet 27. Juli 2020 · Admin Malte Lensch/Andreas Ebert
0
Follower
0
Stimmen
0
Kommentare
Admin Malte Lensch/Andreas Ebert hat einen Kommentar hinterlassen
Alternatively, you can look at using the real time APIs in conjunction with the widget Javascript APIs to create custom code to see when to show/hide the widget based on the current number of chats in the queue.
-> Can you provide more details on how such a solution would work? Thanks!
Kommentar anzeigen · Gepostet 28. Mai 2020 · Admin Malte Lensch/Andreas Ebert
0
Follower
0
Stimmen
0
Kommentare