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 !
How to implement follow code in abmaterial ?
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 !
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>
Last edited: