Skip to content

Commit 113a04b

Browse files
committed
https://quickblox.atlassian.net/browse/QBWEBSDK-249
1 parent 906f5b3 commit 113a04b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/webrtc/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ <h2 class="header__title">JavaScript WebRTC Sample</h2>
3535
<h3 class="join__title">
3636
<p>Please enter your username and chat room name.</p>
3737
<p>You can join existed chat room.</p>
38+
<p class="join__notice">Use several browsers to simulate several users.</p>
3839
</h3>
3940

4041
<div class="join__body">

samples/webrtc/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ b {
235235
text-align: center;
236236
}
237237

238+
.join__notice {
239+
margin: 10px 0 0 0;
240+
font-size: 14px;
241+
}
242+
238243
.join__body {
239244
width: 90%;
240245
max-width: 410px;

0 commit comments

Comments
 (0)