最近の検索


最近の検索はありません

Admin Malte Lensch/Andreas Ebert's Avatar

Admin Malte Lensch/Andreas Ebert

参加日2021年4月16日

·

前回のアクティビティ2022年2月04日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Admin Malte Lensch/Andreas Ebert

Admin Malte Lensch/Andreas Ebertさんがコメントを作成しました:

コミュニティのコメント Q&A - Chat, messaging, and widgets

コメントを表示 · 投稿日時:2020年7月27日 · Admin Malte Lensch/Andreas Ebert

0

フォロワー

0

投票

0

コメント


Admin Malte Lensch/Andreas Ebertさんがコメントを作成しました:

コミュニティのコメント Q&A - Chat, messaging, and widgets

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"
]
]
}

コメントを表示 · 投稿日時:2020年7月27日 · Admin Malte Lensch/Andreas Ebert

0

フォロワー

0

投票

0

コメント


Admin Malte Lensch/Andreas Ebertさんがコメントを作成しました:

コミュニティのコメント Q&A - Chat, messaging, and widgets

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!

 

コメントを表示 · 投稿日時:2020年5月28日 · Admin Malte Lensch/Andreas Ebert

0

フォロワー

0

投票

0

コメント