FoveatedStreamingSession.MessageChannel
A bidirectional channel for sending and receiving custom data.
Declaration
class MessageChannelOverview
Use message channels to communicate with the application streaming foveated content to your visionOS app. You can send data with the sendMessage(_:) function and receive data through the receivedMessageStream async stream.