As an agile team member
I want to be able to have multiple remote team members call into a spark board
so that we can quickly connect for standup.
Currently only 1 person can be connected to a board at the time.
Currently:
Given personA calls the board
When the board can answer
Then the board and personA can communicate
And when personB calls the board
Then the board answers
And personA is dropped from the call
and personB and the board can communicate.
Would like:
Given personA calls the board
When the board can answer
Then the board and personA can communicate
And when personB calls the board
Then the board answers
And personA and personB and the board can communicate.