shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.socket
/
ParticipantRequestedOptions
Participant
Requested
Options
data
class
ParticipantRequestedOptions
(
val
userRequest
:
Request
,
val
requestList
:
List
<
Request
>
,
val
waitingRoomList
:
List
<
WaitingRoomParticipant
>
,
val
updateTotalReqWait
:
(
Int
)
->
Unit
,
val
updateRequestList
:
(
List
<
Request
>
)
->
Unit
)
Members
Constructors
Participant
Requested
Options
Link copied to clipboard
constructor
(
userRequest
:
Request
,
requestList
:
List
<
Request
>
,
waitingRoomList
:
List
<
WaitingRoomParticipant
>
,
updateTotalReqWait
:
(
Int
)
->
Unit
,
updateRequestList
:
(
List
<
Request
>
)
->
Unit
)
Properties
request
List
Link copied to clipboard
val
requestList
:
List
<
Request
>
update
Request
List
Link copied to clipboard
val
updateRequestList
:
(
List
<
Request
>
)
->
Unit
update
Total
Req
Wait
Link copied to clipboard
val
updateTotalReqWait
:
(
Int
)
->
Unit
user
Request
Link copied to clipboard
val
userRequest
:
Request
waiting
Room
List
Link copied to clipboard
val
waitingRoomList
:
List
<
WaitingRoomParticipant
>