currentSessionFlow

abstract val currentSessionFlow: StateFlow<MultimediaSession?>

A StateFlow of the current MultimediaSession, or null if no session is active.

Emits a non-null value when a session is created (e.g., after calling ConversationClient.changeModality(Modality.Voice)) and returns to null when the session ends.