toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.model
/
CallMember
Call
Member
@
Stable
data
class
CallMember
(
val
callCid
:
String
,
val
role
:
String
,
val
userId
:
String
,
val
createdAt
:
Date
?
,
val
updatedAt
:
Date
?
)
:
Serializable
Members
Constructors
Call
Member
Link copied to clipboard
constructor
(
callCid
:
String
,
role
:
String
,
userId
:
String
,
createdAt
:
Date
?
,
updatedAt
:
Date
?
)
Properties
call
Cid
Link copied to clipboard
val
callCid
:
String
created
At
Link copied to clipboard
val
createdAt
:
Date
?
role
Link copied to clipboard
val
role
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
Date
?
user
Id
Link copied to clipboard
val
userId
:
String