StreamMode
Defines streamMode values that can be used when either starting an Archive or a Broadcast
Table of Contents
AUTO = 'auto' : Default mode, will automatically add all streams to Archive or Broadcast
MANUAL = 'manual' : Manual mode, will allow for manual adding and removal of streams for an Archive or Broadcast
Constants
AUTO
Default mode, will automatically add all streams to Archive or Broadcast
public mixed AUTO = 'auto'
MANUAL
Manual mode, will allow for manual adding and removal of streams for an Archive or Broadcast
public mixed MANUAL = 'manual'