Skip to content

Dial-out with multiple phone attendees #18109

@SystemKeeper

Description

@SystemKeeper

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

  1. Have a dial-out room
  2. Add another phone attendee
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions