vpoddubchak
vpoddubchak
**Description** PeerConnection remains active after Unpublish of media in BasicExample. **Steps to reproduce the issue:** 1. Deploy the latest licode in docker by this command: `MIN_PORT=30000; MAX_PORT=30150; sudo docker run...
Steps to reproduce: 1. Deploy and run licode in docker container 2. Modify BasicExample to use simulcast 3. Change settings to use defaultBW=3000, maxBandwidth=10000 3. Run it in 2 tabs...
Based on documentation, API allows to change audio bitrate on the fly. But when I try to do it, it return error. Steps to reproduce: 1. Start licode demo on...
I think there is a bug in access to **inOutPTMap**. Please confirm.
Does licode support FEC ? I see a lot of source code with handling of FEC, but looks like it does not work. I can see that answer from licode...
After update to the latest licode from develop, (including commit Refactor websocket reconnections to ack messages (#1619)) I started to see strange messages in signaling process: ... 431[] 432[] .......
**Description** When I try to limit publisher bandwidth by updateConfiguration({maxVideoBW:200}) it does nothing. **Steps to reproduce the issue:** 1. Run latest docker **licode:develop** 2. Change ./licode/rtp_media_config.js to use vp9 by...
**Description** ScreenSharing has stopped working after latest changes. **Steps to reproduce the issue:** 1. Start docker image `MIN_PORT=30000; MAX_PORT=30050; sudo docker run --name licode-old -p 3000:3000 -p $MIN_PORT-$MAX_PORT:$MIN_PORT-$MAX_PORT/udp -p 3001:3001...
Hi! After licode completely [moved](https://github.com/lynckia/licode/pull/1505) to using nICEr, I started to seeing crashes of room when iOS 12 client connects to it. Does anybody seeing the same ? Do we...
I use this code to show FilePicker: ``` window.addEventListener('DOMContentLoaded', function () { const apikey = ''; const client = filestack.init(apikey); const options = { maxFiles: 20, onOpen: () => console.log('opened!'),...