shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.consumers
/
GetVideosOptions
/
GetVideosOptions
Get
Videos
Options
constructor
(
participants
:
List
<
Participant
>
,
allVideoStreams
:
List
<
Stream
>
,
oldAllStreams
:
List
<
Stream
>
,
adminVidID
:
String
?
=
null
,
updateAllVideoStreams
:
(
List
<
Stream
>
)
->
Unit
,
updateOldAllStreams
:
(
List
<
Stream
>
)
->
Unit
)