You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, whenever on_media_update is called, we restart the media stream with the new local and remote SDP media description.
This causes a small click sound in the audio.
However, if the on_media_update happens due to simple REINVITE for session refresh without changing the media characteristics and send/recv state, then we can prevent this sound from happening.
Let's check pjsua code to see how this is done.
The text was updated successfully, but these errors were encountered:
Currently, whenever on_media_update is called, we restart the media stream with the new local and remote SDP media description.
This causes a small click sound in the audio.
However, if the on_media_update happens due to simple REINVITE for session refresh without changing the media characteristics and send/recv state, then we can prevent this sound from happening.
Let's check pjsua code to see how this is done.
The text was updated successfully, but these errors were encountered: