stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.models
/
MemberRequest
Member
Request
data
class
MemberRequest
(
@
Json
(
name
=
"user_id"
)
val
userId
:
String
,
@
Json
(
name
=
"role"
)
val
role
:
String
?
=
null
,
@
Json
(
name
=
"custom"
)
val
custom
:
Map
<
String
,
Any
?
>
?
=
emptyMap()
)
MemberRequest is the payload for adding a member to a call.
Members
Constructors
Member
Request
Link copied to clipboard
constructor
(
@
Json
(
name
=
"user_id"
)
userId
:
String
,
@
Json
(
name
=
"role"
)
role
:
String
?
=
null
,
@
Json
(
name
=
"custom"
)
custom
:
Map
<
String
,
Any
?
>
?
=
emptyMap()
)
Properties
custom
Link copied to clipboard
val
custom
:
Map
<
String
,
Any
?
>
?
role
Link copied to clipboard
val
role
:
String
?
user
Id
Link copied to clipboard
val
userId
:
String