Open developerabhishek1402 opened 3 years ago
Hello,
This is Nikolay from QuickBlox support.
Please be notified that we don’t provide support with Angular and other frameworks as we don’t have developers experienced in implementations like that.
At the moment, we have only an Angular chat sample that may help with integration of QuickBlox services: Code Samples | QuickBlox Other samples are under development but there is no ETA for releases.
The implementation of video conference functionality using Angular framework is up to the client-side.
Our JS SDK can be integrated with third-party frameworks.
As an option, you can share details about issues you faced during the integration by submitting a ticket to our Support team in the Help Center.
We will take a look at the issues and our Development team determine if it can be resolved as a necessary part of core functionality with discounted price of custom development service in order to speed up the development or it can be considered as a feature request and we will forward your request to our Custom development manager.
Looking forward to your reply.
quickblox-multiparty-video-conferencing-client-0.8.6.min.js file path not found. we see on document so below script are mention.
@rahulconsagous You can download the video conference library from GitHub and link it locally in your project or link it from our GitHub repository. We suggest downloading the library: https://github.com/QuickBlox/quickblox-javascript-sdk/tree/gh-pages/samples/video_conferencing/libs
Thanks
Error: There is no videoroom plugin instance when using the join method on video conference. client.join(joinParams).then( () => { console.log('joined successfully'); }).catch( (error) => { console.log(error); });
Let's continue the conversation here https://github.com/QuickBlox/quickblox-javascript-sdk/issues/426
I am trying to integrate video conference in Angular 9. I am not able to find the correct way to do it. Anyone here who can help me with the Angular 9 code for Video Conference integration of quickblox. ?