HaishinKit
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HaishinKit
compose
/
com.haishinkit.compose
/
StreamSessionState
Stream
Session
State
@
Stable
class
StreamSessionState
(
val
session
:
StreamSession
)
:
StreamSession
Members
Constructors
Stream
Session
State
Link copied to clipboard
constructor
(
session
:
StreamSession
)
Properties
is
Connected
Link copied to clipboard
open
override
var
isConnected
:
Boolean
ready
State
Link copied to clipboard
open
override
val
readyState
:
StateFlow
<
StreamSession.ReadyState
>
session
Link copied to clipboard
val
session
:
StreamSession
stream
Link copied to clipboard
open
override
val
stream
:
Stream
Functions
close
Link copied to clipboard
open
suspend override
fun
close
(
)
:
Result
<
Unit
>
connect
Link copied to clipboard
open
suspend override
fun
connect
(
)
:
Result
<
Unit
>