shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk
/
MediaSfuEngine
/
mixVideoStreams
mix
Video
Streams
suspend
fun
mixVideoStreams
(
alVideoStreams
:
List
<
Stream
>
=
emptyList()
,
nonAlVideoStreams
:
List
<
Stream
>
=
emptyList()
,
refParticipants
:
List
<
Participant
>
=
emptyList()
)
:
Result
<
List
<
Any
>
>