I have been looking all over for this and I feel like this should be very straight forward.
I am setting up a conference room computer and I want to automate starting AND joining a google video hangout in google chrome from a script that I run in the terminal. Very specific to start and join from terminal because I would like to do other scripting around starting, stopping, timing, etc.
google-chrome --start-fullscreen --app=https://hangouts.google.com/hangouts/_/company_name/room_name
This will open a new google-chrome web browser and get me all the way to the goal line, however I need to hit the 'Join' button to get into it. I was wondering how I can do something similar to what I have but automatically 'Join' the hangout?