toggle menu
livekit-android-sdk
2.20.1
SDK
switch theme
search in API
livekit-android-sdk
/
io.livekit.android.room.datastream.outgoing
/
BaseStreamSender
Base
Stream
Sender
abstract
class
BaseStreamSender
<
T
>
(
destination
:
StreamDestination
<
T
>
)
Inheritors
ByteStreamSender
TextStreamSender
Members
Constructors
Base
Stream
Sender
Link copied to clipboard
constructor
(
destination
:
StreamDestination
<
T
>
)
Properties
is
Open
Link copied to clipboard
val
isOpen
:
Boolean
Functions
close
Link copied to clipboard
suspend
fun
close
(
reason
:
String
?
=
null
)
write
Link copied to clipboard
@
CheckResult
suspend
fun
write
(
data
:
T
)
:
Result
<
Unit
>
Write to the stream.