Skip to content

Commit

Permalink
Fix syntax error in VideoRoom (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihalaij1 committed Dec 9, 2021
1 parent 813a9f2 commit d661afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/janus.plugin.videoroom.jcfg.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# require_pvtid = true|false (whether subscriptions are required to provide a valid private_id
# to associate with a publisher, default=false)
# signed_tokens = true|false (whether access to the room requires signed tokens; default=false,
only works if signed tokens are used in the core as well)
# only works if signed tokens are used in the core as well)
# publishers = <max number of concurrent senders> (e.g., 6 for a video
# conference or 1 for a webinar)
# bitrate = <max video bitrate for senders> (e.g., 128000)
Expand Down

0 comments on commit d661afb

Please sign in to comment.