Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conference room related GET API calls are not working as expected #6315

Open
yashtandon113 opened this issue May 6, 2024 · 4 comments
Open
Assignees

Comments

@yashtandon113
Copy link
Contributor

Short description

The conference-related APIs are not working with the latest version 2.9.0 of Ant Media Server.

Environment

  • Ant Media Server version: v2.9.0

Steps to reproduce

  1. Join the conference room1 using the conference.html page
  2. Try calling APIs like get conference room object, get conference list, get room info etc.
  3. Also, try to get the broadcast object for the generated conference room ID (room1); it gives incomplete data like no start time, duration, etc.

Expected behavior

The APIs should work fine to get conference related details.

Actual behavior

Currently, APIs are not giving the required data.

@mekya
Copy link
Contributor

mekya commented May 6, 2024

Hi @yashtandon113

Partially, It's related to this one
#5755

Also, try to get the broadcast object for the generated conference room ID (room1); it gives incomplete data like no start time, duration, etc.

I think it's a design decision. Please let me know if I'm wrong. @burak-58 @mustafaboleken

Cheers
Oguz

@mustafaboleken
Copy link
Contributor

Hi @mekya,

After we moved to the main broadcast conference room and removed the old conference-room approach, it's an expected issue. You are right, we need to decide how we can provide such statistics.

@mekya
Copy link
Contributor

mekya commented May 13, 2024

Hi @mustafaboleken,

I've refactored the code and removed the ConferenceRoom data structure from db on this PR. There is also enterprise side as well. It also provides more than %90+ compatibility
both for multirack and old conference room approach.

Everything is Broadcast for now. ConferenceRooms are the broadcasts that has subtracks.

Cheers
Oguz

@burak-58
Copy link
Contributor

I have also added some implementation to set start time into the main track Broadcast Object.
https://gitlab.com/Ant-Media/Ant-Media-Enterprise/-/merge_requests/689

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: After sprint
Development

No branches or pull requests

4 participants