Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Yoann HOUPERT
hublot
Commits
4c27cd30
Commit
4c27cd30
authored
Jun 06, 2017
by
Tom Jorquera
Browse files
client: robot now initializes lib.archive
robot now initialize lib.archive on start
parent
e01fec71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
client/robot/robot.js
client/robot/robot.js
+1
-0
client/robot/robot.test.js
client/robot/robot.test.js
+2
-1
No files found.
client/robot/robot.js
View file @
4c27cd30
...
...
@@ -20,6 +20,7 @@ robot = {
start
:
()
=>
{
robotController
.
external
.
load
(
config
);
robotLib
.
stt
=
robotLib
.
stt
(
config
);
robotLib
.
archive
=
robotLib
.
archive
(
config
);
robotController
.
onAttendeePush
=
(
e
,
data
)
=>
{
const
stream
=
robotController
.
getRemoteStream
(
data
.
easyrtcid
);
...
...
client/robot/robot.test.js
View file @
4c27cd30
...
...
@@ -32,7 +32,8 @@ describe('client/robot', () => {
global
.
robotLib
.
sttDataSent
.
push
(
data
);
}
})
})
}),
archive
:
()
=>
({})
};
/* eslint-disable import/no-unassigned-import */
...
...
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