The Basics
import { Client } from 'peerly'
const client = new Client({
serverList: ['https://link-to-signaling-server']
})
client.connect('UNIQUE-ID');Last updated
import { Client } from 'peerly'
const client = new Client({
serverList: ['https://link-to-signaling-server']
})
client.connect('UNIQUE-ID');Last updated