Hello!
Is this correct? We are using credentials from DEMO of FlashPhoner TURN
function start() {
//check if we already have session
if (Flashphoner.getSessions().length > 0) {
startStreaming(Flashphoner.getSessions()[0]);
} else {
//create session
var url =...