easyrtc

How to replace auto generated easyrtc id with your applications username in easyrtc application

会有一股神秘感。 提交于 2020-01-05 12:12:32
问题 I am developing one application using easyrtc tool with wavemaker tool.For a new user easy rtc provides automatically created easyrtc id. In the chat window the random id are shown..i want to replace these ids with applications username.. I have find one solution where we have to set easyrtc.setUsername("") in client js file before calling easyrtc.connect function.. But this not solves the problem... any help would be appriciated 回答1: Their is no easy way to solve this. However, it is

Error on getting Ice Config in Xirsys

房东的猫 提交于 2019-12-11 16:59:34
问题 I'm having a trouble on looking for the error can anyone point it out for me please i have been into this for 2 days and still can't figure it out. the picture above is the error log from heroku. and here is my server.js for the ice configuration // Load required modules var http = require("http"); // http server core module var https = require('https'); var express = require("express"); // web framework external module var serveStatic = require('serve-static'); // serve static files var