Parteek Goyal
Parteek Goyal
**Describe the bug** When server runned using pyhton it gives many errors **To Reproduce** Steps to reproduce the behavior: 1. install dependencies to run the server 2. run server using...
Hi @NikhilM98 @ricknjacky , I am glad to work on this issue, I would like to mention what I have completed till now - Changed the endpoint to `/api/v1/assignments/deliveries/:assignmentId` to...
@llaske @NikhilM98 #398 First step towards selenium testing for sugarizer-server  I would like your suggestions and work upon, now it is just a initial step I will refactor the...
Hi @llaske @NikhilM98 Now the code coverage is implemented using ``` "coverage": "nyc --exclude 'dashboard/**' mocha api/test/ --timeout 20000 --exit", ``` which generates output only on json format which is...
@NikhilM98 @llaske Reproduce 1. open dashboard 2. login 3. try change the language from the option at the `top-right` corner of the page 4. only `french` and `english` languages are...
### Feature description Hi , I have launched an headless browser using puppeteer to join an online meeting . How can I access webRTC connection object
### Feature description Referrence #12232 Can we add a stream to enable bi-directional communication using Puppeteer ? We want to be able to enable conversations in a meeting, where conversations...
From the client I am sending a message in datachannel that `send new stream`. Then in the server I want to send next track to the client. But it is...
There should be a workflow to check the incoming pull requests It helps a lot to check some basic requirements