Skip to content

Android - Unable to get created by name & image info in QueriedCalls #1131

Description

@vinodkumarsagitla

Discussed in https://github.com/GetStream/stream-video-android/discussions/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

val filters = mutableMapOf("ongoing" to true)
val result = cloudClientStreamVideo?.queryCalls(filters=filters, limit=25, watch=true)?.getOrNull()

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions