forked from mirrors/linphone-iphone
Fix _sdp_message_get_mline_dir on recvonly attribute.
This commit is contained in:
parent
ae4b03f1df
commit
333520bf85
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ static int _sdp_message_get_mline_dir(sdp_message_t *sdp, int mline){
|
|||
}else if (keywordcmp("sendonly",attr->a_att_field)==0){
|
||||
return SalStreamSendOnly;
|
||||
}else if (keywordcmp("recvonly",attr->a_att_field)==0){
|
||||
return SalStreamSendOnly;
|
||||
return SalStreamRecvOnly;
|
||||
}else if (keywordcmp("inactive",attr->a_att_field)==0){
|
||||
return SalStreamInactive;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue