LIVE 2.4K

REST API JavaScript SDK Webhooks Multi-tenant Dashboard
quickstart.js

const pizton = new Pizton({
  baseUrl: 'https://pizton.com',
  token:   userJwt
});


await pizton.sendMessage(channelId, {
  text: ' 👋'
});


pizton.on('message.created', (m) => {
  render(m);
});


const stream = await pizton.startStream({
  title: '',
  rtmp:  true
});

Test

  • 1 GB
  • 5
  • 600
Enterprise

100 MB
Webhook