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
d0325f03
Commit
d0325f03
authored
11 years ago
by
Dixon Fred
Browse files
Options
Downloads
Patches
Plain Diff
Minor updates to API demos
parent
040cf547
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
+1
-1
1 addition, 1 deletion
bbb-api-demo/src/main/webapp/demo10.jsp
bbb-api-demo/src/main/webapp/demo11.html
+3
-2
3 additions, 2 deletions
bbb-api-demo/src/main/webapp/demo11.html
with
4 additions
and
3 deletions
bbb-api-demo/src/main/webapp/demo10.jsp
+
1
−
1
View file @
d0325f03
...
...
@@ -263,7 +263,7 @@ with BigBlueButton; if not, If not, see <http://www.gnu.org/licenses/>.
//
// This is the URL for to join the meeting as moderator
//
String
welcomeMsg
=
"
<
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
>
(
you
can
mute
yourself
in
the
Listeners
window
)</
b
>
.<
br
>
<
br
>
This
meeting
is
being
recorded
(
audio
+
slides
+
chat
).
";
String
welcomeMsg
=
"
<
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
>
(
you
can
mute
yourself
in
the
Listeners
window
)</
b
>
.<
br
>
<
br
>
This
meeting
is
being
recorded
(
webcams
+
audio
+
presentation
+
chat
).
";
String joinURL = getJoinURL(username, meetingID, "
true
", welcomeMsg, metadata, null);
if (joinURL.startsWith("
http:
//")) {
%>
...
...
This diff is collapsed.
Click to expand it.
bbb-api-demo/src/main/webapp/demo11.html
+
3
−
2
View file @
d0325f03
...
...
@@ -251,8 +251,9 @@
</p>
Layout:
<select
name=
"Layout"
onChange=
"switchLayout(this.options[this.selectedIndex].value);return false"
>
<option
value=
"Default"
>
Default
</option>
<option
value=
"S2SVideoChat"
>
Video Chat
</option>
<option
value=
"S2SPresentation"
>
Presentation
</option>
<option
value=
"Video Chat"
>
Video Chat
</option>
<option
value=
"Meeting"
>
Meeting
</option>
<option
value=
"Webinar"
>
Webinar
</option>
</select>
</p>
Chat:
<FORM
NAME=
"chat"
onsubmit=
'BBB.sendPublicChatMessage("0x7A7A7A", "en", this.elements["chat-message"].value); return false;'
>
...
...
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