update pjsua_media.c is_media_changed (#3536)

This commit is contained in:
jhting 2023-04-28 09:46:19 +08:00 committed by GitHub
parent c7f3063373
commit aa99bc23ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3609,7 +3609,7 @@ static pj_bool_t is_media_changed(const pjsua_call *call,
old_ci->channel_cnt != new_ci->channel_cnt ||
old_si->rx_pt != new_si->rx_pt ||
old_si->tx_pt != new_si->tx_pt ||
old_si->rx_event_pt != new_si->tx_event_pt ||
old_si->rx_event_pt != new_si->rx_event_pt ||
old_si->tx_event_pt != new_si->tx_event_pt)
{
return PJ_TRUE;