Chat Module
The use of this library is for the visualization of the chat only. This will be displayed throughout the job.
For the display of the Chat only it requires the use of the chat parameter call.
Consider the following examples:
<!DOCTYPE html>
<head>
<title>LSW v3 Embed</title>
</head>
<body>
<div id="instaleap-lsw-v3"></div>
</body>
<script src="https://xandar-lsw-v3.instaleap.io/lib/chat.js"></script>
<script>
const params = {
job: "myJob",
token: "myToken",
container: "#instaleap-lsw-v3"
}
window.instaleap.chat.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/chat?job=myJob&token=myToken
Example:

Parameters
The list of parameters is as follows
Parameters allowing to modify the LST display.
Parameters that allow you to change header chat.
Updated 18 days ago