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
1d9d646e
Commit
1d9d646e
authored
13 years ago
by
Dixon Fred
Browse files
Options
Downloads
Patches
Plain Diff
Testing bbb-record-core with the latest version of Ruby. SystemTimer is not needed in 1.9.2
parent
b614a732
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bbb-api-demo/src/main/webapp/demo10.jsp
+3
-3
3 additions, 3 deletions
bbb-api-demo/src/main/webapp/demo10.jsp
record-and-playback/core/Gemfile
+1
-1
1 addition, 1 deletion
record-and-playback/core/Gemfile
with
4 additions
and
4 deletions
bbb-api-demo/src/main/webapp/demo10.jsp
+
3
−
3
View file @
1d9d646e
...
...
@@ -125,7 +125,7 @@ with BigBlueButton; if not, If not, see <http://www.gnu.org/licenses/>.
<option
value=
"delete"
>
Delete
</option>
</select>
<table
id=
"recordgrid"
></table>
<p>
Note:
Refresh the browser for update the recording
list.
</p>
<p>
Note:
New recordings will appear in the above list after processing. Refresh your browser to update the
list.
</p>
<script>
function
onChangeMeeting
(
meetingID
){
isRunningMeeting
(
meetingID
);
...
...
@@ -271,8 +271,8 @@ with BigBlueButton; if not, If not, see <http://www.gnu.org/licenses/>.
//
// This is the URL for to join the meeting as moderator
//
String
welcome
=
"
<
br
>
Welcome
to
%%
CONFNAME
%%
!<
br
>
<
br
>
For
help
see
our
<
a
href
=
\
"event:http://www.bigbluebutton.org/content/videos\"
>
<
u
>
tutorial
videos
</
u
>
</
a
>
.<
br
>
<
br
>
To
join
the
voice
bridge
for
this
meeting
click
the
headset
icon
in
the
upper
-
left
<
b
>
(
please
use
a
headset
to
prevent
echo
)</
b
>
.
This
meeting
is
being
recorded
(
audio
+
slides
+
chat
).
";
String joinURL = getJoinURL(username, meetingID, "
true
", welcome, metadata, null);
String
welcome
Msg
=
"
<
br
>
Welcome
to
%%
CONFNAME
%%
!<
br
>
<
br
>
For
help
see
our
<
a
href
=
\
"event:http://www.bigbluebutton.org/content/videos\"
>
<
u
>
tutorial
videos
</
u
>
</
a
>
.<
br
>
<
br
>
To
join
the
voice
bridge
for
this
meeting
click
the
headset
icon
in
the
upper
-
left
<
b
>
(
please
use
a
headset
to
prevent
echo
)</
b
>
.
This
meeting
is
being
recorded
(
audio
+
slides
+
chat
).
";
String joinURL = getJoinURL(username, meetingID, "
true
", welcome
Msg
, metadata, null);
if (joinURL.startsWith("
http:
//")) {
%>
<script
language=
"javascript"
type=
"text/javascript"
>
...
...
This diff is collapsed.
Click to expand it.
record-and-playback/core/Gemfile
+
1
−
1
View file @
1d9d646e
...
...
@@ -3,7 +3,7 @@ source "http://rubygems.org"
gem
"rspec"
,
"2.0.0"
,
:require
=>
"spec"
gem
"cucumber"
,
"0.9.2"
gem
"redis"
,
"2.1.1"
gem
"SystemTimer"
,
"1.2.3"
#
gem "SystemTimer", "1.2.3"
gem
"nokogiri"
,
"1.4.4"
gem
"resque"
,
"1.15.0"
gem
"mime-types"
...
...
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