SessionResumptionConfig
@available(watchOS, unavailable)
public struct SessionResumptionConfig : SendableConfiguration for the session resumption mechanism.
When included in the session setup, the server will send
LiveSessionResumptionUpdate messages in the response stream.
-
Resumes a
SessionResumptionConfiginstance.To start a new session, use
init()instead.Declaration
Swift
public init(handle: String)Parameters
handleThe session resumption handle of the previous session to restore.
-
Creates a new
SessionResumptionConfiginstance.To resume a previously started session, use
init(handle:)instead.Declaration
Swift
public init()