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

Config prop to override default settings? #49

Open
mitchobrian opened this issue Sep 7, 2021 · 2 comments
Open

Config prop to override default settings? #49

mitchobrian opened this issue Sep 7, 2021 · 2 comments

Comments

@mitchobrian
Copy link

Is the config prop used to override the default settings from the iframe api like "toolbarButtons"?
https://github.com/jitsi/jitsi-meet/blob/master/config.js

@mitchobrian
Copy link
Author

mitchobrian commented Sep 7, 2021

I see, I should use interfaceConfig! But it isn't working for me!

                    filmStripOnly: true,
                    toolbarButtons: [
                      "camera",
                      "chat",
                      "fullscreen",
                      "hangup",
                      "microphone",
                      "settings",
                      "shareaudio",
                      "sharedvideo",
                      "toggle-camera",
                    ],
                  }}```

@mitchobrian
Copy link
Author

Okay, it works with the config props!
Is it possible to hide the room name on top?

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

1 participant