pause()
Pauses a session without ending it.
Declaration
@MainActor final func pause() async throwsDiscussion
When this function returns successfully without throwing an error the foveated streaming session’s status will equal FoveatedStreamingSession.Status.paused.
You can resume the session by calling resume().