Is it possible to change ownership/visibility of a stream from the command line?
Back a few years ago (i.e. RTC 4.X or so) I believe you had the ability to list the properties of a stream from the command line and to change/set ownership and/or visibility as such:
scm stream propertylist -r demoServer Stream1
scm stream propertyset visibility teamarea -p <teamarea-identifier> stream1
scm stream propertyset ownedby teamarea -p <teamarea-identifier> stream1
(See https://jazz.net/library/video/1205 created Dec 2012))
It seems that the syntax has changed since and I just can't figure out the equivalent commands with RTC 6.X. Anyone know if that's still even possible?