Secure tutorials updated to openvidu-browser 1.1.2
This commit is contained in:
parent
0b42f55341
commit
e526c57f1c
@ -59,9 +59,12 @@ function joinSession() {
|
||||
// --- 4) Get your own camera stream ---
|
||||
|
||||
var publisher = OV.initPublisher('video-container', {
|
||||
audio: true,
|
||||
video: true,
|
||||
quality: 'MEDIUM'
|
||||
audio: true, // Whether you want to transmit audio or not
|
||||
video: true, // Whether you want to transmit video or not
|
||||
audioActive: true, // Whether you want to start the publishing with your audio unmuted or muted
|
||||
videoActive: true, // Whether you want to start the publishing with your video enabled or disabled
|
||||
quality: 'MEDIUM', // The quality of your video ('LOW', 'MEDIUM', 'HIGH')
|
||||
screen: false // true to get your screen as video source instead of your camera
|
||||
});
|
||||
|
||||
// When our HTML video has been added to DOM...
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<!-- Bootstrap -->
|
||||
|
||||
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
|
||||
<script src="openvidu-browser-1.1.0.js"></script>
|
||||
<script src="openvidu-browser-1.1.2.js"></script>
|
||||
<script src="app.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
File diff suppressed because one or more lines are too long
12952
openvidu-js-java/src/main/resources/static/openvidu-browser-1.1.2.js
Normal file
12952
openvidu-js-java/src/main/resources/static/openvidu-browser-1.1.2.js
Normal file
File diff suppressed because one or more lines are too long
@ -60,9 +60,12 @@ function joinSession() {
|
||||
// --- 4) Get your own camera stream ---
|
||||
|
||||
var publisher = OV.initPublisher('video-container', {
|
||||
audio: true,
|
||||
video: true,
|
||||
quality: 'MEDIUM'
|
||||
audio: true, // Whether you want to transmit audio or not
|
||||
video: true, // Whether you want to transmit video or not
|
||||
audioActive: true, // Whether you want to start the publishing with your audio unmuted or muted
|
||||
videoActive: true, // Whether you want to start the publishing with your video enabled or disabled
|
||||
quality: 'MEDIUM', // The quality of your video ('LOW', 'MEDIUM', 'HIGH')
|
||||
screen: false // true to get your screen as video source instead of your camera
|
||||
});
|
||||
|
||||
// When our HTML video has been added to DOM...
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<!-- Bootstrap -->
|
||||
|
||||
<link rel="styleSheet" href="style.css" type="text/css" media="screen">
|
||||
<script src="openvidu-browser-1.1.0.js"></script>
|
||||
<script src="openvidu-browser-1.1.2.js"></script>
|
||||
<script src="app.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
File diff suppressed because one or more lines are too long
12952
openvidu-js-node/public/openvidu-browser-1.1.2.js
Normal file
12952
openvidu-js-node/public/openvidu-browser-1.1.2.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12952
openvidu-mvc-java/src/main/resources/static/openvidu-browser-1.1.2.js
Normal file
12952
openvidu-mvc-java/src/main/resources/static/openvidu-browser-1.1.2.js
Normal file
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@
|
||||
<!-- Bootstrap -->
|
||||
|
||||
<link rel="styleSheet" href="style.css" type="text/css" media="screen"></link>
|
||||
<script src="openvidu-browser-1.1.0.js"></script>
|
||||
<script src="openvidu-browser-1.1.2.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -122,9 +122,12 @@
|
||||
// --- 4) Get your own camera stream ---
|
||||
|
||||
var publisher = OV.initPublisher('video-container', {
|
||||
audio: true,
|
||||
video: true,
|
||||
quality: 'MEDIUM'
|
||||
audio: true, // Whether you want to transmit audio or not
|
||||
video: true, // Whether you want to transmit video or not
|
||||
audioActive: true, // Whether you want to start the publishing with your audio unmuted or muted
|
||||
videoActive: true, // Whether you want to start the publishing with your video enabled or disabled
|
||||
quality: 'MEDIUM', // The quality of your video ('LOW', 'MEDIUM', 'HIGH')
|
||||
screen: false // true to get your screen as video source instead of your camera
|
||||
});
|
||||
|
||||
// When our HTML video has been added to DOM...
|
||||
|
||||
File diff suppressed because one or more lines are too long
12952
openvidu-mvc-node/public/openvidu-browser-1.1.2.js
Normal file
12952
openvidu-mvc-node/public/openvidu-browser-1.1.2.js
Normal file
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@
|
||||
<!-- Bootstrap -->
|
||||
|
||||
<link rel="styleSheet" href="style.css" type="text/css" media="screen"></link>
|
||||
<script src="openvidu-browser-1.1.0.js"></script>
|
||||
<script src="openvidu-browser-1.1.2.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -121,9 +121,12 @@
|
||||
// --- 4) Get your own camera stream ---
|
||||
|
||||
var publisher = OV.initPublisher('video-container', {
|
||||
audio: true,
|
||||
video: true,
|
||||
quality: 'MEDIUM'
|
||||
audio: true, // Whether you want to transmit audio or not
|
||||
video: true, // Whether you want to transmit video or not
|
||||
audioActive: true, // Whether you want to start the publishing with your audio unmuted or muted
|
||||
videoActive: true, // Whether you want to start the publishing with your video enabled or disabled
|
||||
quality: 'MEDIUM', // The quality of your video ('LOW', 'MEDIUM', 'HIGH')
|
||||
screen: false // true to get your screen as video source instead of your camera
|
||||
});
|
||||
|
||||
// When our HTML video has been added to DOM...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user