Contents

FoveatedStreamingSession.Status.paused

The session is paused and has temporarily stopped streaming from a streaming endpoint.

Declaration

case paused

Discussion

This state is similar to FoveatedStreamingSession.Status.disconnected(_:), except that reconnecting to the streaming endpoint from this state gaurantees that the person doesn’t have to re-pair with the streaming endpoint.

You can reconnect to the streaming endpoint from this state by calling resume().