commit
a6f857e9d8
12 changed files with 527 additions and 3 deletions
|
@ -168,6 +168,12 @@ module.exports = {
|
|||
that.setState({ready: true, currentRoom: firstRoom});
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
});
|
||||
cli.on('Call.incoming', function(call) {
|
||||
dis.dispatch({
|
||||
action: 'incoming_call',
|
||||
call: call
|
||||
});
|
||||
});
|
||||
Notifier.start();
|
||||
cli.startClient();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue