Skip to content

Commit bce314a

Browse files
committed
- wrong update of board
1 parent b30ab4a commit bce314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/webrtc/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
return false;
279279
}
280280

281-
app.helpers.stateBoard.update('create_session');
281+
app.helpers.stateBoard.update({'title': 'create_session'});
282282
app.currentSession = QB.webrtc.createNewSession(Object.keys(app.callees), QB.webrtc.CallType.VIDEO);
283283

284284
app.currentSession.getUserMedia(mediaParams, function(err, stream) {

0 commit comments

Comments
 (0)