Skip to content

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

@vinodkumarsagitla

Description

@vinodkumarsagitla

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

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

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