Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red5pro-html-sdk-testbed",
"version": "12.5.0",
"version": "12.2.0",
"description": "Testbed examples for Red5 Pro HTML SDK",
"main": "src/js/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2 class="centered">Mixer Specific</h2>
iceUsername.value = config.rtcConfiguration.iceServers[0].username || '';
iceCredential.value = config.rtcConfiguration.iceServers[0].credential || '';
rtcCandidatePoolSize.value = config.rtcConfiguration.iceCandidatePoolSize || 0;
rtcSignalSocketField.checked = config.signalingSocketOnly;
rtcSignalSocketField.checked = config.signalingSocketOnly || true;
whipWhepField.checked = config.preferWhipWhep || false;
sessionHostField.checked = config.disableProxy || false;
trickleField.checked = config.trickleIce || false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{{> header-scripts}}
{{> header-stylesheets}}
<!--<script src="../../script/mock-fetch.js"></script>-->
<link rel="stylesheet" href="../../css/modal.css" />
</head>
<body>
{{> top-bar }}
Expand Down
1 change: 0 additions & 1 deletion src/page/test/subscribeDataChannel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{{> meta title='Subscriber Data Channel Messaging'}}
{{> header-scripts}}
{{> header-stylesheets}}
<link rel="stylesheet" href="../../css/modal.css" />
</head>
<body>
{{> top-bar }}
Expand Down
1 change: 0 additions & 1 deletion static/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
display: unset !important;
}
.modal > div {
position: absolute;
Expand Down