toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.model
/
CallUser
Call
User
@
Stable
data
class
CallUser
(
val
id
:
String
,
val
name
:
String
?
=
null
,
val
role
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
,
val
teams
:
List
<
String
>
?
=
null
,
val
state
:
CallUserState
?
,
val
createdAt
:
Date
?
,
val
updatedAt
:
Date
?
)
:
Serializable
Members
Members & Extensions
Constructors
Call
User
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
?
=
null
,
role
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
teams
:
List
<
String
>
?
=
null
,
state
:
CallUserState
?
,
createdAt
:
Date
?
,
updatedAt
:
Date
?
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Date
?
id
Link copied to clipboard
val
id
:
String
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
role
Link copied to clipboard
val
role
:
String
?
=
null
state
Link copied to clipboard
val
state
:
CallUserState
?
teams
Link copied to clipboard
val
teams
:
List
<
String
>
?
=
null
updated
At
Link copied to clipboard
val
updatedAt
:
Date
?
Inherited functions
get
Name
Or
Id
Link copied to clipboard
fun
CallUser
.
getNameOrId
(
)
:
String
merge
Link copied to clipboard
infix
fun
CallUser
.
merge
(
that
:
CallUser
?
)
:
CallUser
Merges
that
into
this
CallUser to absorb as much data as possible from both instances.