satori-com / satori-video-sdk-cpp

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

Filter control messages by "to: " #233

Closed khabinov closed 6 years ago

khabinov commented 6 years ago

From https://github.com/satori-com/satori-video-sdk-cpp-examples/pull/20#discussion_r159759637:

I think we should filter control messages by "to: " (in the SDK). This will help both way: ignoring messages for other bots & checking that our messages are of expected shape.

parsifal-47 commented 6 years ago

I think we have it here: https://github.com/satori-com/satori-video-sdk-cpp/blob/master/src/bot_instance.cpp#L212