| 19 | constexpr auto kHandlerErrCreateRtcLocalServerFailed = 703; |
| 20 | |
| 21 | HttpHandler::HttpHandler(WsPlugin* plugin) { |
| 22 | this->plugin_ = plugin; |
| 23 | } |
| 24 | |
| 25 | std::string HttpHandler::GetErrorMessage(int code) { |
| 26 | if (code == kHandlerErrVerifySafetyPasswordFailed) { |
nothing calls this directly
no outgoing calls
no test coverage detected