I want to know if there is any way to put a conference inside a modal window or otherwise make it not come out with the entire background in black because it causes me conflict when displaying other content
tommy
(Tommy Gaessler)
February 26, 2021, 9:26pm
2
Hey @rexat43804 ,
Good question, you can reference the Angular or React sample apps to see how to display the Web SDK when desired. Example:
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html, body {
min-width: 0 !important;
}
#zmmtg-root {
display: none;
min-width: 0 !important;
}
iframe#webpack-dev-server-client-overlay{display:none!important}
https://github.com/zoom/websdk-sample-react/blob/master/src/App.js#L41
You can also checkout another suggestion I mentioned here:
Hey @gabriel.rf0 , @jude.niroshan11 ,
This is currently how the Web SDK works. You can try adjusting the Web SDK CSS or host the Web SDK on a sub domain / path seperate from your app so it does not break your styling.
We are working on a more customizable Web SDK in the future.
Thanks,
Tommy
Let me know if you need more help.
Thanks,
Tommy
system
(system)
Closed
March 29, 2021, 7:26am
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.