Description
In order for the slides notification API to work with interim meetings, need to pass a room_id to createRoom. Per @alexamirante:
if we want the slides notification thing to work for interims as well, a change is also needed to how you create rooms in Meetecho
you'd need to also specify the room_id in the json you post to createRoom which has to be equal to the DT session_id
so that when you notify slide decks, the session you put there matches our internal room_id
Code of Conduct
Description
In order for the slides notification API to work with interim meetings, need to pass a
room_idtocreateRoom. Per @alexamirante:Code of Conduct