-
Notifications
You must be signed in to change notification settings - Fork 41
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
Android - Unable to get created by name & image info in QueriedCalls #1131
Comments
If you have cached users you can use the ID of the Something in the line of this:
Let me know if it works for you or if there is any way we can help you further. |
@aleksandar-apostolov Thanks for your suggestions. But this is not a best solution for me because we have list of calls (for e.g 25 records) ( So please can you have any other way to get this data for multiple calls at single request |
@aleksandar-apostolov Any update? |
Hey @vinodkumarsagitla Will keep you posted. Regards, |
Discussed in #1130
Originally posted by vinodkumarsagitla July 4, 2024
Hello,
I am using latest version "io.getstream:stream-video-android-ui-compose:1.0.9"
When we call below query for ongoing stream video
then i got below response in result so we are unable to get/find createdBy user name, image in this response
QueriedCalls(calls=[CallData(blockedUsersIds=[], call=CallInfo(cid=livestream:056cb8e9-2863-417e-acd8-8aa5c98c21ed, type=livestream, id=056cb8e9-2863-417e-acd8-8aa5c98c21ed, createdByUserId=vQkCQ72k57PLaWTL54Q3BUfHL9Z2, broadcastingEnabled=true, recordingEnabled=false, createdAt=Thu Jul 04 18:20:06 GMT+05:30 2024, updatedAt=Thu Jul 04 18:20:06 GMT+05:30 2024, custom={}), members=[], ownMembership=null)], next=null, prev=null)
So please can you help
The text was updated successfully, but these errors were encountered: