satori-com / satori-video-sdk-cpp

Satori Video C++ SDK
Other
5 stars 7 forks source link

Fixing input/output channel options #229

Closed khabinov closed 6 years ago

khabinov commented 6 years ago

This change is increasing ambiguity when you running the most common case: a bot on RTM, a user might get confused with output channel in this case

A bot doesn't have --output-channel option:

okhabinov:cmake-build-debug-mac okhabinov$ ./test/empty_bot

Satori RTM connection options:
  --endpoint arg                     app endpoint
  --appkey arg                       app key
  --port arg (=443)                  port
  --input-channel arg                input channel
...