Fix event name

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
SimonBrandner/msc/sfu
Šimon Brandner 2 years ago
parent ecf2425e58
commit bf04b17b7b
No known key found for this signature in database
GPG Key ID: D1D45825D60C24D2

@ -279,15 +279,15 @@ This event works exactly like the `m.call.negotiate` event in 1:1 calls.
}
```
##### `m.call.sdp_stream_metadata`
##### `m.call.sdp_stream_metadata_changed`
This event works very similarly to the 1:1 call `m.call.sdp_stream_metadata`.
This event works very similarly to the 1:1 call `m.call.sdp_stream_metadata_changed`.
- **TODO: Spec how foci actually use this to advertise tracks**
```json
{
"type": "m.call.sdp_stream_metadata",
"type": "m.call.sdp_stream_metadata_changed",
"content": {
"sdp_stream_metadata": {...} // As specified in the Metadata section
}

Loading…
Cancel
Save