jambonz / jambonz/agent-conference-example

Status Event is Not Coming for Parent Call If we don't subscribe for Child Call

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hi Team,

We want the conference status to be Subscribe only for the parent calls (i.e., the user call that created the conference). To achieve this, we removed the statusEvents and statusHook blocks from the child call (Agent 2 joining the conference), which included the following settings:

json
Copy code
statusEvents: [
'start',
'end',
'join',
'leave',
],
statusHook: '/conference/status',
However, we have noticed that after making this change, the status is not being Coming for any of the calls.
[Uploading New Panel-logs-2024-06-24 21_14_30.txt…]()

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the conference flow described in the issue: create a parent call, join a child call, and compare behavior with and without the child call's statusEvents and statusHook blocks. Review the uploaded panel logs and verify that the parent call receives conference status events while the child call remains unsubscribed; the issue does not name source files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.