Some minor changes
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user