shift-click the video button to screenshare rather than overriding the button entirely.
This commit is contained in:
@@ -69,10 +69,10 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
onVideoClick: function() {
|
||||
onVideoClick: function(e) {
|
||||
dis.dispatch({
|
||||
action: 'place_call',
|
||||
type: "video",
|
||||
type: e.shiftKey ? "screensharing" : "video",
|
||||
room_id: this.props.room.roomId
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user