2014-08-21 16:42:54 +00:00
< html itemscope itemtype = "http://schema.org/Product" prefix = "og: http://ogp.me/ns#" xmlns = "http://www.w3.org/1999/html" >
2013-12-16 11:22:23 +00:00
< head >
2014-03-28 10:03:17 +00:00
< title > Jitsi Videobridge meets WebRTC< / title >
2014-04-22 11:01:04 +00:00
< link rel = "icon" type = "image/png" href = "/images/favicon.ico" / >
2014-04-03 11:07:32 +00:00
< meta property = "og:title" content = "Jitsi Meet" / >
< meta property = "og:image" content = "/images/jitsilogo.png" / >
< meta property = "og:description" content = "Join a WebRTC video conference powered by the Jitsi Videobridge" / >
< meta description = "Join a WebRTC video conference powered by the Jitsi Videobridge" / >
< meta itemprop = "name" content = "Jitsi Meet" / >
< meta itemprop = "description" content = "Join a WebRTC video conference powered by the Jitsi Videobridge" / >
< meta itemprop = "image" content = "/images/jitsilogo.png" / >
2014-08-01 02:02:30 +00:00
< script src = "libs/jquery.min.js" > < / script >
2014-03-06 14:28:36 +00:00
< script src = "libs/strophe/strophe.jingle.adapter.js?v=1" > < / script > <!-- strophe.jingle bundles -->
< script src = "libs/strophe/strophe.jingle.bundle.js?v=8" > < / script >
< script src = "libs/strophe/strophe.jingle.js?v=1" > < / script >
2014-04-02 13:48:28 +00:00
< script src = "libs/strophe/strophe.jingle.sdp.js?v=2" > < / script >
2014-03-13 12:22:54 +00:00
< script src = "libs/strophe/strophe.jingle.sdp.util.js?v=1" > < / script >
2014-03-12 18:59:16 +00:00
< script src = "libs/strophe/strophe.jingle.sessionbase.js?v=1" > < / script >
2014-03-06 14:28:36 +00:00
< script src = "libs/strophe/strophe.jingle.session.js?v=1" > < / script >
< script src = "libs/colibri/colibri.focus.js?v=8" > < / script > <!-- colibri focus implementation -->
< script src = "libs/colibri/colibri.session.js?v=1" > < / script >
2014-08-01 02:02:30 +00:00
< script src = "libs/jquery-ui.js" > < / script >
2014-08-08 13:25:24 +00:00
< script src = "libs/rayo.js?v=1" > < / script >
2014-06-18 11:42:31 +00:00
< script src = "libs/tooltip.js?v=1" > < / script > <!-- bootstrap tooltip lib -->
< script src = "libs/popover.js?v=1" > < / script > <!-- bootstrap tooltip lib -->
2014-08-26 13:19:54 +00:00
< script src = "config.js?v=5" > < / script > <!-- adapt to your needs, i.e. set hosts and bosh path -->
2014-08-26 10:54:43 +00:00
< script src = "brand.js?v=1" > < / script >
2014-08-22 15:37:11 +00:00
< script src = "muc.js?v=13" > < / script > <!-- simple MUC library -->
2014-02-05 13:01:22 +00:00
< script src = "estos_log.js?v=2" > < / script > <!-- simple stanza logger -->
2014-06-13 08:28:08 +00:00
< script src = "desktopsharing.js?v=2" > < / script > <!-- desktop sharing -->
2014-08-22 15:37:11 +00:00
< script src = "data_channels.js?v=3" > < / script > <!-- data channels -->
2014-08-26 13:19:54 +00:00
< script src = "app.js?v=6" > < / script > <!-- application logic -->
2014-06-20 09:00:49 +00:00
< script src = "commands.js?v=1" > < / script > <!-- application logic -->
2014-08-22 15:37:11 +00:00
< script src = "chat.js?v=9" > < / script > <!-- chat logic -->
< script src = "contact_list.js?v=1" > < / script > <!-- contact list logic -->
< script src = "util.js?v=6" > < / script > <!-- utility functions -->
2014-06-13 08:28:08 +00:00
< script src = "etherpad.js?v=8" > < / script > <!-- etherpad plugin -->
< script src = "prezi.js?v=4" > < / script > <!-- prezi plugin -->
< script src = "smileys.js?v=2" > < / script > <!-- smiley images -->
< script src = "replacement.js?v=6" > < / script > <!-- link and smiley replacement -->
< script src = "moderatemuc.js?v=3" > < / script > <!-- moderator plugin -->
2014-05-01 08:31:58 +00:00
< script src = "analytics.js?v=1" > < / script > <!-- google analytics plugin -->
2014-06-05 11:09:31 +00:00
< script src = "rtp_stats.js?v=1" > < / script > <!-- RTP stats processing -->
2014-06-26 14:58:43 +00:00
< script src = "local_stats.js?v=1" > < / script > <!-- Local stats processing -->
2014-08-22 15:37:11 +00:00
< script src = "videolayout.js?v=8" > < / script > <!-- video ui -->
< script src = "toolbar.js?v=4" > < / script > <!-- toolbar ui -->
2014-07-22 13:12:48 +00:00
< script src = "canvas_util.js?v=1" > < / script > <!-- canvas drawing utils -->
< script src = "audio_levels.js?v=1" > < / script > <!-- audio levels plugin -->
2014-08-22 15:37:11 +00:00
< script src = "media_stream.js?v=1" > < / script > <!-- media stream -->
< script src = "bottom_toolbar.js?v=1" > < / script > <!-- media stream -->
2014-08-26 10:54:43 +00:00
< script src = "roomname_generator.js?v=1" > < / script > <!-- generator for random room names -->
2013-12-16 11:22:23 +00:00
< link href = "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel = "stylesheet" >
2014-08-22 16:56:59 +00:00
< link rel = "stylesheet" href = "css/font.css?v=3" / >
2014-08-22 15:37:11 +00:00
< link rel = "stylesheet" type = "text/css" media = "screen" href = "css/main.css?v=23" / >
< link rel = "stylesheet" type = "text/css" media = "screen" href = "css/videolayout_default.css?v=9" id = "videolayout_default" / >
2014-02-11 14:05:17 +00:00
< link rel = "stylesheet" href = "css/jquery-impromptu.css?v=4" >
2014-02-05 13:01:22 +00:00
< link rel = "stylesheet" href = "css/modaldialog.css?v=3" >
2014-06-18 11:51:24 +00:00
< link rel = "stylesheet" href = "css/popup_menu.css?v=2" >
2014-06-18 11:42:31 +00:00
< link rel = "stylesheet" href = "css/popover.css?v=1" >
2014-08-22 15:37:11 +00:00
< link rel = "stylesheet" href = "css/contact_list.css?v=1" >
2014-08-27 07:20:05 +00:00
< link rel = "stylesheet" href = "css/welcome_page.css?v=1" >
2014-03-17 13:00:47 +00:00
<!--
Link used for inline installation of chrome desktop streaming extension,
2014-04-01 11:19:11 +00:00
is updated automatically from the code with the value defined in config.js -->
2014-03-17 13:00:47 +00:00
< link rel = "chrome-webstore-item" href = "https://chrome.google.com/webstore/detail/diibjkoicjeejcmhdnailmkgecihlobk" >
2014-02-05 13:01:22 +00:00
< script src = "libs/jquery-impromptu.js" > < / script >
< script src = "libs/jquery.autosize.js" > < / script >
2014-02-13 12:08:56 +00:00
< script src = "libs/prezi_player.js?v=2" > < / script >
2013-12-16 11:22:23 +00:00
< / head >
< body >
2014-08-21 16:42:54 +00:00
< div id = "welcome_page" >
< div id = "welcome_page_header" >
< a href = "http://jitsi.org" target = "_new" >
< div id = "jitsi_logo" > < / div >
< / a >
2014-08-21 17:28:50 +00:00
2014-08-26 10:54:43 +00:00
< div id = "enter_room_container" >
< div id = "enter_room_form" >
< div id = "domain_name" > < / div >
< div id = "enter_room" >
< input id = "enter_room_field" type = "text" placeholder = "Enter room name" / >
< input id = "enter_room_button" type = "button" value = "GO" / >
< / div >
< / div >
< input type = 'checkbox' name = 'checkbox' id = "disable_welcome" / >
< label for = "disable_welcome" > Don't show this page< / label >
2014-08-21 16:42:54 +00:00
< / div >
< div id = "brand_header" > < / div >
2014-08-21 17:28:50 +00:00
< div id = "header_text" > < / div >
2014-08-21 16:42:54 +00:00
< / div >
< div id = "welcome_page_main" >
< div id = "features" >
< div class = "feature_row" >
< div class = "feature_holder" >
< div class = "feature_icon" > Simple to use< / div >
< div class = "feature_description" >
2014-08-26 10:54:43 +00:00
No downloads required. < span name = "appName" > < / span > works directly within your browser. Simply share your conference URL with others to get started.
2014-08-21 16:42:54 +00:00
< / div >
< / div >
< div class = "feature_holder" >
< div class = "feature_icon" > Low bandwidth< / div >
< div class = "feature_description" >
Multi-party video conferences work with as little as 128Kbps. Screen-sharing and audio-only conferences are possible with far less.
< / div >
< / div >
< div class = "feature_holder" >
< div class = "feature_icon" > Open source< / div >
< div class = "feature_description" >
2014-08-26 10:54:43 +00:00
< span name = "appName" > < / span > is licensed under the < GPL/LGPL/WHATEVER> . You can download, use, modify, and share the software without any restrictions.
2014-08-21 16:42:54 +00:00
< / div >
< / div >
< div class = "feature_holder" >
< div class = "feature_icon" > Unlimited users< / div >
< div class = "feature_description" >
There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.
< / div >
< / div >
< / div >
< div class = "feature_row" >
< div class = "feature_holder" >
< div class = "feature_icon" > Screen sharing< / div >
< div class = "feature_description" >
2014-08-26 10:54:43 +00:00
It's easy to share your screen with others. < span name = "appName" > < / span > is ideal for on-line presentations, lectures, and tech support sessions.
2014-08-21 16:42:54 +00:00
< / div >
< / div >
< div class = "feature_holder" >
< div class = "feature_icon" > Secure rooms< / div >
< div class = "feature_description" >
2014-08-26 10:54:43 +00:00
Need some privacy? < span name = "appName" > < / span > conference rooms can be secured with a password in order to exclude unwanted guests and prevent interruptions.
2014-08-21 16:42:54 +00:00
< / div >
< / div >
< div class = "feature_holder" >
< div class = "feature_icon" > Shared notes< / div >
< div class = "feature_description" >
2014-08-26 10:54:43 +00:00
< span name = "appName" > < / span > features Etherpad, a real-time collaborative text editor that's great for meeting minutes, writing articles, and more.
2014-08-21 16:42:54 +00:00
< / div >
< / div >
< div class = "feature_holder" >
< div class = "feature_icon" > Usage statistics< / div >
< div class = "feature_description" >
Learn about your users through easy integration with Piwik, Google Analytics, and other usage monitoring and statistics systems.
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "videoconference_page" >
< div style = "position: relative;" id = "header_container" >
< div id = "header" >
< span id = "toolbar" >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Mute / Unmute" onclick = 'toggleAudio();' >
< i id = "mute" class = "icon-microphone" > < / i >
< / a >
2014-07-01 14:02:34 +00:00
< div class = "header_button_separator" > < / div >
2014-08-21 16:42:54 +00:00
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Start / stop camera" onclick = 'buttonClick("#video", "icon-camera icon-camera-disabled");toggleVideo();' >
< i id = "video" class = "icon-camera" > < / i >
2014-08-19 11:43:30 +00:00
< / a >
2014-08-21 16:42:54 +00:00
< span id = "recording" style = "display: none" >
< div class = "header_button_separator" > < / div >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Record" onclick = 'toggleRecording();' >
< i id = "recordButton" class = "icon-recEnable" > < / i >
< / a >
< / span >
< div class = "header_button_separator" > < / div >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Lock / unlock room" onclick = "Toolbar.openLockDialog();" >
< i id = "lockIcon" class = "icon-security" > < / i >
2014-08-19 11:43:30 +00:00
< / a >
2014-06-20 09:00:49 +00:00
< div class = "header_button_separator" > < / div >
2014-08-21 16:42:54 +00:00
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Invite others" onclick = "Toolbar.openLinkDialog();" >
< i class = "icon-link" > < / i >
2014-08-19 11:43:30 +00:00
< / a >
2014-08-21 16:42:54 +00:00
< div class = "header_button_separator" > < / div >
< span class = "toolbar_span" >
2014-08-22 15:37:11 +00:00
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Open / close chat" onclick = 'BottomToolbar.toggleChat();' >
2014-08-21 16:42:54 +00:00
< i id = "chatButton" class = "icon-chat" > < / i >
< / a >
< span id = "unreadMessages" > < / span >
< / span >
< div class = "header_button_separator" > < / div >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Share Prezi" onclick = 'Prezi.openPreziDialog();' >
< i class = "icon-prezi" > < / i >
2014-08-19 11:43:30 +00:00
< / a >
2014-08-21 16:42:54 +00:00
< span id = "etherpadButton" >
< div class = "header_button_separator" > < / div >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Shared document" onclick = 'Etherpad.toggleEtherpad(0);' >
< i class = "icon-share-doc" > < / i >
< / a >
< / span >
< div class = "header_button_separator" > < / div >
< span id = "desktopsharing" style = "display: none" >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Share screen" onclick = "toggleScreenSharing();" >
< i class = "icon-share-desktop" > < / i >
< / a >
< / span >
2014-08-08 13:25:24 +00:00
< div class = "header_button_separator" > < / div >
2014-08-21 16:42:54 +00:00
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Enter / Exit Full Screen" onclick = 'buttonClick("#fullScreen", "icon-full-screen icon-exit-full-screen");Toolbar.toggleFullScreen();' >
< i id = "fullScreen" class = "icon-full-screen" > < / i >
< / a >
< span id = "sipCallButton" >
< div class = "header_button_separator" > < / div >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Call SIP number" onclick = 'callSipButtonClicked();' >
< i class = "icon-telephone" > < / i > < / a >
< / span >
2014-08-25 12:52:20 +00:00
< div class = "header_button_separator" > < / div >
< span id = "hangup" >
< a class = "button" data-toggle = "popover" data-placement = "bottom" data-content = "Hang Up" onclick = 'hangup();' >
< i class = "icon-hangup" style = "color:#f42a24;" > < / i >
< / a >
< / span >
2014-08-08 13:25:24 +00:00
< / span >
2014-08-21 16:42:54 +00:00
< / div >
< div id = "subject" > < / div >
2014-06-20 09:00:49 +00:00
< / div >
2014-08-21 16:42:54 +00:00
< div id = "settings" >
< h1 > Connection Settings< / h1 >
< form id = "loginInfo" >
< label > JID: < input id = "jid" type = "text" name = "jid" placeholder = "me@example.com" / > < / label >
< label > Password: < input id = "password" type = "password" name = "password" placeholder = "secret" / > < / label >
< label > BOSH URL: < input id = "boshURL" type = "text" name = "boshURL" placeholder = "/http-bind" / > < / label >
< input id = "connect" type = "submit" value = "Connect" / >
< / form >
2013-12-23 16:49:29 +00:00
< / div >
2014-08-21 16:42:54 +00:00
< div id = "reloadPresentation" > < a onclick = 'Prezi.reloadPresentation();' > < i title = "Reload Prezi" class = "fa fa-repeat fa-lg" > < / i > < / a > < / div >
< div id = "videospace" onmousemove = "Toolbar.showToolbar();" >
< div id = "largeVideoContainer" class = "videocontainer" >
< div id = "presentation" > < / div >
< div id = "etherpad" > < / div >
< a href = "http://jitsi.org" target = "_new" > < div class = "watermark" id = "leftwatermark" > < / div > < / a >
<!-- a href="http://jitsi.org" target="_new"><div class="watermark" id="rightwatermark"></div></a -->
< video id = "largeVideo" autoplay oncontextmenu = "return false;" > < / video >
< / div >
< div id = "remoteVideos" >
< span id = "localVideoContainer" class = "videocontainer" >
< span id = "localNick" class = "nick" > < / span >
< span id = "localVideoWrapper" >
<!-- <video id="localVideo" autoplay oncontextmenu="return false;" muted></video> - is now per stream generated -->
< / span >
< audio id = "localAudio" autoplay oncontextmenu = "return false;" muted > < / audio >
< span class = "focusindicator" > < / span >
2014-03-26 10:33:46 +00:00
< / span >
2014-08-21 16:42:54 +00:00
< audio id = "userJoined" src = "sounds/joined.wav" preload = "auto" > < / audio >
< audio id = "userLeft" src = "sounds/left.wav" preload = "auto" > < / audio >
< / div >
2014-08-22 15:37:11 +00:00
< span id = "bottomToolbar" >
< span class = "bottomToolbar_span" >
< a class = "bottomToolbarButton" data-toggle = "popover" data-placement = "top" data-content = "Open / close chat" onclick = 'BottomToolbar.toggleChat();' >
< i id = "chatBottomButton" class = "icon-chat-simple" > < / i >
< / a >
< span id = "unreadMessages" > < / span >
< / span >
< span class = "bottomToolbar_span" >
< a class = "bottomToolbarButton" data-toggle = "popover" data-placement = "top" data-content = "Open / close contact list" onclick = 'BottomToolbar.toggleContactList();' >
< i id = "contactListButton" class = "icon-contactList" > < / i >
< / a >
< span id = "unreadMessages" > < / span >
< / span >
< / span >
2013-12-16 11:22:23 +00:00
< / div >
2014-08-21 16:42:54 +00:00
< div id = "chatspace" >
< div id = "nickname" >
Enter a nickname in the box below
< form >
< input type = 'text' id = "nickinput" placeholder = 'Choose a nickname' autofocus >
< / form >
< / div >
2014-02-18 19:11:27 +00:00
2014-08-21 16:42:54 +00:00
<!-- div><i class="fa fa - comments"> </i><span class='nick'></span>: <span class='chattext'></span></div -->
< div id = "chatconversation" > < / div >
< audio id = "chatNotification" src = "sounds/incomingMessage.wav" preload = "auto" > < / audio >
< textarea id = "usermsg" placeholder = 'Enter text...' autofocus > < / textarea >
< / div >
2014-08-25 12:48:16 +00:00
< div id = "contactlist" >
< ul >
< li class = "title" > < i class = "icon-contact-list" > < / i > CONTACT LIST< / li >
< / ul >
< / div >
2014-08-21 16:42:54 +00:00
< a id = "downloadlog" onclick = 'dump(event.target);' data-toggle = "popover" data-placement = "right" data-content = "Download logs" > < i class = "fa fa-cloud-download" > < / i > < / a >
2013-12-16 11:22:23 +00:00
< / div >
< / body >
< / html >