Open
Conversation
Contributor
|
Hi @mimimi1968 , thank you for your contribution. I'm not 100% familiar on how greenlight works but couldn't this be done with just setting the meetingID and both moderator and attendee passwords? |
Author
|
Hi,
when you make a meeting room with greenlight, it has a more ‚phony‘ (URL-)Id-string: ‚joe-mar-8k7‘ or such. This Id has nothing to do with the real meetingID from BBB. As far as I can see are the BBB-parameters like meetingID and passwords random values.
So if you want to join such a room one must get these values and this is more or less that my code does :-)
all the best
… Am 21.12.2020 um 21:03 schrieb Pedro Beschorner Marin ***@***.***>:
Hi @mimimi1968 , thank you for your contribution.
I'm not 100% familiar on how greenlight works but couldn't this be done with just setting the meetingID and both moderator and attendee passwords?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Contributor
|
Hi, I did not forget about this. I'm still evaluating the impact of these changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I wanted to stress-test our instance that uses Greenlight as a frontend. So I implemented a way to give the name of the Greenlight-created room and join this later with the horde of bots. For this to work you need the server's API secret, but no problem, it's a test :)
The parsing of the API answer was quite easy.
HTH