codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
128 stars 148 forks source link

Use of APIs and libraries to integrate in Classroom in EduClient #260

Open Jassi10000-zz opened 3 years ago

Jassi10000-zz commented 3 years ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I want to add use of some API's and open source libraries to intergrate in the classroom feature of Edu-Client

Describe the solution you'd like

A clear and concise description of what you want to happen.

Google has provided the functionality of accessing their classroom features using the Classroom API . Using this functionality can also boost up our application in other aspects as well . For streaming lectures we can integrate functionality provided by an Open Source Library Video.Js . For the task of recording the streaming lectures , MediaRecorder API will make our work quite easy .

Additional context

Add any other context about the feature request here.

vasudevsinghal commented 3 years ago

@Jassi10000 How are you planning to implement this?