Tip
How to use GitHub
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
I guess it is intended that way, but I can see it can be confusing.
Steps to reproduce
Have a dial-out room
Add another phone attendee
Start the call
Expected behaviour
Not fully sure, I'd expect that all phone attendees are called? At the same time, in a normal conversation, none are called automatically?
Actual behaviour
Only the first one in the list will be called:
if ( isPhoneRoom ) {
const attendeeId = vuexStore . getters . participantsList ( token )
. find ( ( participant : Participant ) => participant . actorType === ATTENDEE . ACTOR_TYPE . PHONES )
?. attendeeId
if ( attendeeId ) {
// Do not wait for async operation
dialOutPhoneNumber ( token , attendeeId )
}
}
Talk app
Talk app version: 34/main
Tip
How to use GitHub
I guess it is intended that way, but I can see it can be confusing.
Steps to reproduce
Expected behaviour
Not fully sure, I'd expect that all phone attendees are called? At the same time, in a normal conversation, none are called automatically?
Actual behaviour
Only the first one in the list will be called:
spreed/src/composables/useJoinCall.ts
Lines 133 to 141 in 01d1b7b
Talk app
Talk app version: 34/main