-
public final class RememberSessionMessagesKt
-
-
Method Summary
Modifier and Type Method Description final static SessionMessagesrememberSessionMessages(Session session)Handles all the chat and transcription messages that are sent and received within a Session. -
-
Method Detail
-
rememberSessionMessages
@Composable() final static SessionMessages rememberSessionMessages(Session session)
Handles all the chat and transcription messages that are sent and received within a Session.
- Parameters:
session- The session object to handle, or io.livekit.android.compose.local.SessionLocal
-
-
-
-