I could build UI component in ABMaterial but i can't build Non-UI in ABMaterial. Can someone help me !
How to implement follow code in abmaterial ?
B4X:
<script>
var streamer = new WSAudioAPI.Streamer({
server: {
host: window.location.hostname, //websockets server addres. In this example - localhost
port: 5000 //websockets server port
});
</script>