Appunni M

Results 5 issues of Appunni M

in RoomParametersFetcher.java , LinkedList iceServers = iceServersFromPCConfigJSON(roomJson.getString("pc_config")); boolean isTurnPresent = false; for (PeerConnection.IceServer server : iceServers) { Log.d(TAG, "IceServer: " + server); if (server.uri.startsWith("turn:")) { isTurnPresent = true; break; }...

The region option has been changed inside code or something. When I checked the code the region option they were expecting was in the format AP_SOUTH_1, AP_SOUTHEAST_1 instead of ap-south-1,...

I am having own turn server , and i see in the logs that the requests from the app are having no username , but one from webclient have ....

``` export class AppComponent { title = 'Note App'; private note : Note = new Note(); private reference : FireLoopRef; constructor(private realTime: RealTime) { LoopBackConfig.setBaseURL(BASE_URL); LoopBackConfig.setApiVersion(API_VERSION); this.realTime .onReady() .subscribe(() =>...