Some minor changes

This commit is contained in:
WolverinDEV
2020-11-28 15:42:24 +01:00
parent 5cf3b0b75c
commit 8714761afa
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ command_result WebClient::handleCommandWhisperSessionInitialize(Command &command
return command_result{error::server_unbound};
}
auto stream_id = command["stream_id"].as<uint32_t>();
auto stream_id = command["ssrc"].as<uint32_t>();
if(command.hasParm("new")) {
auto type = command["type"].as<uint8_t>();
auto target = command["target"].as<uint8_t>();