mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Merge pull request #423 from anoadragon453/anoa/fix_bbb_greenlight
Fix the Greenlight URL method of BigBlueButton
This commit is contained in:
commit
558e130717
@ -27,7 +27,6 @@ export class BigBlueButtonConfigComponent extends WidgetComponent {
|
|||||||
|
|
||||||
protected OnNewWidgetPrepared(widget: EditableWidget): void {
|
protected OnNewWidgetPrepared(widget: EditableWidget): void {
|
||||||
widget.dimension.newData["conferenceUrl"] = this.bigBlueButtonWidget.options.conferenceUrl;
|
widget.dimension.newData["conferenceUrl"] = this.bigBlueButtonWidget.options.conferenceUrl;
|
||||||
widget.dimension.newData["createMeeting"] = this.bigBlueButtonWidget.options.createMeeting;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected OnWidgetBeforeAdd(widget: EditableWidget) {
|
protected OnWidgetBeforeAdd(widget: EditableWidget) {
|
||||||
@ -44,7 +43,6 @@ export class BigBlueButtonConfigComponent extends WidgetComponent {
|
|||||||
let widgetQueryString = url.format({
|
let widgetQueryString = url.format({
|
||||||
query: {
|
query: {
|
||||||
"conferenceUrl": "$conferenceUrl",
|
"conferenceUrl": "$conferenceUrl",
|
||||||
"createMeeting": "$createMeeting",
|
|
||||||
"displayName": "$matrix_display_name",
|
"displayName": "$matrix_display_name",
|
||||||
"avatarUrl": "$matrix_avatar_url",
|
"avatarUrl": "$matrix_avatar_url",
|
||||||
"userId": "$matrix_user_id",
|
"userId": "$matrix_user_id",
|
||||||
|
Loading…
Reference in New Issue
Block a user