libkazv
|
Updates the status of an local echo. More...
#include <client-model.hpp>
Public Attributes | |
std::string | roomId |
The room id. More... | |
std::string | txnId |
The chosen txnId for this event. More... | |
LocalEchoDesc::Status | status |
The updated status of this local echo. More... | |
Updates the status of an local echo.
After dispatching this action, the local echo's status will be set to the one described in the action.
std::string Kazv::UpdateLocalEchoStatusAction::roomId |
The room id.
LocalEchoDesc::Status Kazv::UpdateLocalEchoStatusAction::status |
The updated status of this local echo.
std::string Kazv::UpdateLocalEchoStatusAction::txnId |
The chosen txnId for this event.