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

feat: add banner options to create meeting #44

Merged
merged 1 commit into from
Sep 1, 2020
Merged

feat: add banner options to create meeting #44

merged 1 commit into from
Sep 1, 2020

Conversation

sualko
Copy link
Member

@sualko sualko commented Aug 31, 2020

fix #43

tests/TestCase.php Outdated Show resolved Hide resolved
@@ -1074,6 +1108,8 @@ public function getHTTPQuery()
'lockSettingsLockOnJoin' => $this->isLockSettingsLockOnJoin() ? 'true' : 'false',
'lockSettingsLockOnJoinConfigurable' => $this->isLockSettingsLockOnJoinConfigurable() ? 'true' : 'false',
'allowModsToUnmuteUsers' => $this->isAllowModsToUnmuteUsers() ? 'true' : 'false',
'bannerText' => $this->bannerText,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sualko better to used method to get a value here instead of variable in both bannerText and bannerColor

i am ok with this pr.

@sualko sualko merged commit 6dca7bb into master Sep 1, 2020
@sualko sualko deleted the feat-banner branch September 1, 2020 07:03
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

Successfully merging this pull request may close these issues.

Missing bannerText and bannerColor in CreateMeetingParameters
3 participants