aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/webcam/DashWebRTCVideo.scss
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-08 13:23:00 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-08 13:23:00 -0500
commit38d0d467ee4c27709d482bfea7505e3f3729a455 (patch)
treeb885f6f270fd8a913e03d5ad7167d34d19b513c8 /src/client/views/webcam/DashWebRTCVideo.scss
parentd3db291c2587bf1284f9d0a8ee7d06fd8ec7a252 (diff)
Ui Update and stream track stoppage added
Diffstat (limited to 'src/client/views/webcam/DashWebRTCVideo.scss')
-rw-r--r--src/client/views/webcam/DashWebRTCVideo.scss30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.scss b/src/client/views/webcam/DashWebRTCVideo.scss
index 262528d8e..052832db5 100644
--- a/src/client/views/webcam/DashWebRTCVideo.scss
+++ b/src/client/views/webcam/DashWebRTCVideo.scss
@@ -27,14 +27,14 @@
border: 1px solid #BBBBBBBB;
}
- #localVideo {
- width: 50%;
- height: 50%;
- position: relative;
- // top: 65%;
- // z-index: 2;
- // right: 5%;
- }
+ // #localVideo {
+ // width: 50%;
+ // height: 50%;
+ // position: relative;
+ // // top: 65%;
+ // // z-index: 2;
+ // // right: 5%;
+ // }
.side {
width: 25%;
@@ -53,12 +53,12 @@
align-self: center;
}
- #remoteVideo {
- position: relative;
- width: 50%;
- height: 50%;
- // top: 20%;
- // align-self: center;
- }
+ // #remoteVideo {
+ // position: relative;
+ // width: 50%;
+ // height: 50%;
+ // // top: 20%;
+ // // align-self: center;
+ // }
} \ No newline at end of file