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

getActiveRoomInfo sends back empty participants_info array #11

Open
sajjadhussainkhokhar opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@sajjadhussainkhokhar
Copy link

Hi,
When I call getActiveRoomInfo($roomID), I get the room information but not participants.
I have given the response I get here:

#rawResponse: {#278 ▼
+"status": true
+"msg": "success"
+"room": {#280 ▼
+"room_info": {#279 ▼
+"room_title": "Test Room"
+"room_id": "keh_do"
+"sid": "aab3b950-11a5-4006-8ac5-7ec6c5fa0d6a"
+"joined_participants": "1"
+"is_running": 1
+"is_recording": 0
+"is_active_rtmp": 0
+"webhook_url": ""
+"is_breakout_room": 0
+"parent_room_id": ""
+"creation_time": "1726678928"
+"metadata": "
{"room_title":"Test Room", "welcome_message":"Welcome to room", "is_recording":false, "is_active_rtmp":false, "parent_room_id":"", "is_breakout_room":false,"
}
+"participants_info": []
}
}
}

@jibon57 Can you please help me out in this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant