File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
FirebaseAI/Sources/Types/Public/Live Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ public final class LiveSession: Sendable {
129
129
130
130
/// Permanently stop the conversation with the model, and close the connection to the server
131
131
///
132
- /// This method will be called automatically when the ``LiveSession`` is deinitialized, but this method
133
- /// can be called manually to explicitly end the session.
132
+ /// This method will be called automatically when the ``LiveSession`` is deinitialized, but this
133
+ /// method can be called manually to explicitly end the session.
134
134
///
135
- /// Attempting to receive content from a closed session will cause a ``LiveSessionUnexpectedClosureError`` error
136
- /// to be thrown.
135
+ /// Attempting to receive content from a closed session will cause a
136
+ /// ``LiveSessionUnexpectedClosureError`` error to be thrown.
137
137
public func close( ) async {
138
138
await service. close ( )
139
139
}
You can’t perform that action at this time.
0 commit comments