Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
awrtc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Кубота
awrtc
Commits
60da83b4
Commit
60da83b4
authored
Sep 28, 2021
by
Иван Кубота
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only digits in room name
parent
249ee1e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app.js
build/app.js
+1
-1
CallScreen.js
build/view/CallScreen.js
+1
-1
No files found.
build/app.js
View file @
60da83b4
let
content
,
remoteVideoEl
;
let
content
,
remoteVideoEl
;
const
store
=
window
.
store
=
new
Store
({
const
store
=
window
.
store
=
new
Store
({
conference_id
:
'
LUCID-4'
,
conference_id
:
'
DDDD'
.
replace
(
/D/g
,
()
=>
Math
.
random
()
*
10
|
0
),
// LUCID
connection
:
false
,
connection
:
false
,
webcamtypes
:
[
webcamtypes
:
[
{
text
:
'Center'
,
value
:
'Center'
,
filter
:
'OfficeUserLeft'
},
{
text
:
'Center'
,
value
:
'Center'
,
filter
:
'OfficeUserLeft'
},
...
...
build/view/CallScreen.js
View file @
60da83b4
...
@@ -280,7 +280,7 @@ Screen.Conference = function() {
...
@@ -280,7 +280,7 @@ Screen.Conference = function() {
D
.
div
({
cls
:
'block hidden'
},
D
.
div
({
cls
:
'block hidden'
},
D
.
div
({
cls
:
'header'
},
'Conference info'
),
D
.
div
({
cls
:
'header'
},
'Conference info'
),
LabeledInput
({
label
:
'Session ID'
,
cls
:
'callapp_address input'
,
autocomplete
:
'off'
,
value
:
'
LUCID-4'
},
'conference_id'
),
LabeledInput
({
label
:
'Session ID'
,
cls
:
'callapp_address input'
,
autocomplete
:
'off'
,
value
:
'
DDDD'
.
replace
(
/D/g
,
()
=>
Math
.
random
()
*
10
|
0
)},
'conference_id'
),
// LUCID
),
),
D
.
div
({
cls
:
[
'block'
,
{
hidden
:
true
}]},
//Store.NOT(isConnected)
D
.
div
({
cls
:
[
'block'
,
{
hidden
:
true
}]},
//Store.NOT(isConnected)
D
.
div
({
cls
:
[
'header'
]},
'Remote video'
),
D
.
div
({
cls
:
[
'header'
]},
'Remote video'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment