Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conference call Integration #419

Open
developerabhishek1402 opened this issue Aug 20, 2021 · 6 comments
Open

Conference call Integration #419

developerabhishek1402 opened this issue Aug 20, 2021 · 6 comments

Comments

@developerabhishek1402
Copy link

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. ?

@ghost
Copy link

ghost commented Aug 25, 2021

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.

@rahulconsagous
Copy link

rahulconsagous commented Apr 26, 2022

quickblox-multiparty-video-conferencing-client-0.8.6.min.js file path not found. we see on document so below script are mention.

<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script> <script src="quickblox-multiparty-video-conferencing-client-0.8.6.min.js"></script>

@ghost
Copy link

ghost commented Apr 26, 2022

@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

@rahulconsagous
Copy link

Thanks

@rahulconsagous
Copy link

rahulconsagous commented May 2, 2022

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);
});
Screen Shot 2022-05-01 at 23 35 36

@ghost
Copy link

ghost commented May 4, 2022

Let's continue the conversation here #426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants