Merge pull request #13439 from gustavotrott/breakout-room-join-automatically
refactor: Let bbb try to open BreakoutRoom automatically (when receive the URL asked by user)
This commit is contained in:
commit
b86b5d252c
@ -144,6 +144,7 @@ class BreakoutRoom extends PureComponent {
|
||||
|
||||
if (!breakoutUrlData) return false;
|
||||
if (breakoutUrlData.redirectToHtml5JoinURL !== '') {
|
||||
window.open(breakoutUrlData.redirectToHtml5JoinURL, '_blank');
|
||||
_.delay(() => this.setState({ generated: true, waiting: false }), 1000);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user