We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861dc4c commit c7c032eCopy full SHA for c7c032e
proposals/3672-ephemeral-location-streaming.md
@@ -82,6 +82,10 @@ room. However it would be useful to support plain HTTP like the rest of Matrix
82
and requiring a WebRTC stack is prohibitively complicated for simple clients
83
(e.g. basic IOT devices reporting spatial telemetry).
84
85
+Another alternative is to use to-device events but that comes with disadvantages
86
+of its own as they're 1:1, single message per transaction and not intended for
87
+conversational data.
88
+
89
## Unstable prefix
90
91
* `m.beacon_info.*` should be referred to as `org.matrix.msc3489.beacon_info.*` until this MSC lands.
0 commit comments