Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
b216c15d
Commit
b216c15d
authored
8 years ago
by
Anton Georgiev
Browse files
Options
Downloads
Patches
Plain Diff
in activity monitor show meetingName even for breakout rooms
parent
9aadcf88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bbb-api-demo/src/main/webapp/js/demo4.js
+3
-2
3 additions, 2 deletions
bbb-api-demo/src/main/webapp/js/demo4.js
with
3 additions
and
2 deletions
bbb-api-demo/src/main/webapp/js/demo4.js
+
3
−
2
View file @
b216c15d
...
@@ -109,7 +109,7 @@ function createMeetingTable(meeting) {
...
@@ -109,7 +109,7 @@ function createMeetingTable(meeting) {
form
+=
'
<input type="submit" value="End"/></FORM>
'
;
form
+=
'
<input type="submit" value="End"/></FORM>
'
;
form
+=
'
</th>
'
;
form
+=
'
</th>
'
;
var
tableContent
=
'
<table name="
'
+
meeting
.
meetingID
+
'
" class="hor-minimalist-b" cellspacing="0" summary="The current participants in a meeting"><caption>
'
+
meeting
.
meeting
ID
+
'
<caption><tr><th scope="col" abbr="Participants">Participants</th><th scope="col" abbr="Name">Name</th><th scope="col" abbr="Role">Role</th>
'
;
var
tableContent
=
'
<table name="
'
+
meeting
.
meetingID
+
'
" class="hor-minimalist-b" cellspacing="0" summary="The current participants in a meeting"><caption>
'
+
meeting
.
meeting
Name
+
'
<caption><tr><th scope="col" abbr="Participants">Participants</th><th scope="col" abbr="Name">Name</th><th scope="col" abbr="Role">Role</th>
'
;
//uncomment below to add the ability to end meetings in the activity monitor
//uncomment below to add the ability to end meetings in the activity monitor
//tableContent += form;
//tableContent += form;
...
@@ -157,4 +157,5 @@ function createMeetingTable(meeting) {
...
@@ -157,4 +157,5 @@ function createMeetingTable(meeting) {
// 2. has no spaces and/or special characters
// 2. has no spaces and/or special characters
function
encode
(
string
)
{
function
encode
(
string
)
{
return
hex_md5
(
string
);
return
hex_md5
(
string
);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment