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

Error: There is no videoroom plugin instance #426

Closed
rahulconsagous opened this issue May 1, 2022 · 1 comment
Closed

Error: There is no videoroom plugin instance #426

rahulconsagous opened this issue May 1, 2022 · 1 comment

Comments

@rahulconsagous
Copy link

rahulconsagous commented May 1, 2022

Showing error on web

<script src="https://unpkg.com/quickblox/quickblox.min.js"></script> <script src="https://webrtc.github.io/adapter/adapter-latest.js"></script> <script src="[assets/video/quickblox-multiparty-video-conferencing-client-0.8.8.min.js](https://educationcloud.app/teachers/assets/video/quickblox-multiparty-video-conferencing-client-0.8.8.min.js)"></script>

const config = {
server: "wss://...",
debug: true, // optional
iceServers: [], // optional
};
const client = new QBVideoConferencingClient(config);
const joinParams = {
roomId: content.dialog_id,
userId: quickUserId,
display: userInfo.name,
onlyAudio: false,
role: 'publisher',
video: 'stdres',
};
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

@rahulconsagous Hello,
Unfortunately, I am not able to reproduce the issue on my end.
Please make sure that you followed our documentation, created a session, and attached the video conferencing plugin:
https://docs.quickblox.com/docs/js-video-conference
If the issue persists, please provide more detailed steps to reproduce and a sample app

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