mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 18:16:28 +00:00
webrtc: janus: fix typo in doc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1505>
This commit is contained in:
parent
d4fd21d197
commit
d8b9a7a486
1 changed files with 1 additions and 1 deletions
|
@ -5931,7 +5931,7 @@ pub(super) mod janus {
|
|||
/**
|
||||
* GstJanusVRWebRTCSink:use-string-ids:
|
||||
*
|
||||
* By default Janus uses `u64` ids to identitify the room, the feed, etc.
|
||||
* By default Janus uses `u64` ids to identify the room, the feed, etc.
|
||||
* But it can be changed to strings using the `strings_ids` option in `janus.plugin.videoroom.jcfg`.
|
||||
* In such case, `janusvrwebrtcsink` has to be created using `use-string-ids=true` so its signaller
|
||||
* uses the right types for such ids and properties.
|
||||
|
|
Loading…
Reference in a new issue