mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
merge and fix bug in audio-stream-stop
This commit is contained in:
parent
3226ff4510
commit
441c5192be
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@ void AudioStreamStopCommand::exec(Daemon *app, const char *args) {
|
|||
app->sendResponse(Response("No Audio Stream with such id."));
|
||||
return;
|
||||
}
|
||||
audio_stream_stop(stream);
|
||||
app->removeAudioStream(id);
|
||||
audio_stream_stop(stream);
|
||||
app->sendResponse(Response());
|
||||
} else {
|
||||
app->sendResponse(Response("Missing/Incorrect parameter(s)."));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue