mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
audio-stream-start should take into account the audio stream features configured.
This commit is contained in:
parent
dfc26d9403
commit
4c8545497e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ void AudioStreamStartCommand::exec(Daemon *app, const char *args) {
|
|||
PayloadType *oldpt=rtp_profile_get_payload(default_profile,payload_type);
|
||||
PayloadType *pt;
|
||||
AudioStream *stream = audio_stream_new(local_port, local_port + 1, linphone_core_ipv6_enabled(app->getCore()));
|
||||
|
||||
audio_stream_set_features(stream,linphone_core_get_audio_features(app->getCore()));
|
||||
if (oldpt){
|
||||
if (ptime>0){
|
||||
char fmtp[256];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue