B4J Question [ABMaterial] How to build non-ui component ?

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi
I try to build a audio broadcast component in ABmaterial( 4.3 ). following link is the component.
https://github.com/Ivan-Feofanov/ws-audio-api

I could build UI component in ABMaterial but i can't build Non-UI in ABMaterial. Can someone help me ! o_O
How to implement follow code in abmaterial ? :eek:
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>
 
Last edited:
Top