Specific View
If you want to show and specific view to some of your users, for example, the chat's how default you can use the following parameters:
view: chat || details || status.chatView: shoppers || support.
The final URL will look something like this:
https://lsw.instaleap.io/?env=environment&job=jobId&token=token&primaryColor=%23colorHex&secondaryColor=%23colorHex&fontFamily=cssFontFamily&view=someOfTheViewOptions&chatView=someOfTheChatViewOptions
An example of changed views (details)
Specific Tab
If you want to choose what tab of the live status widget show you can use the following parameter:
activeTabs:
- detailTab
- stateTab
- chatTab
The final URL will look something like this:
https://lsw.instaleap.io/?env=environment&job=jobId&token=token&primaryColor=%23colorHex&secondaryColor=%23colorHex&fontFamily=cssFontFamily&activeTabs=someOfTheTabOptions
Specific Chat Tab
Finally, if you want to choose what chat tab of the live status widget show you can use the following parameter: chats.
chats:
- support
- shoppers
The final URL will look something like this:
https://lsw.instaleap.io/?env=environment&job=jobId&token=token&primaryColor=%23colorHex&secondaryColor=%23colorHex&fontFamily=cssFontFamily&chats=someOfTheChatTabOptions
