Change log:
- - fixed native crash during video call establishment: assertion "vp && vp->role==ROLE_PASSIVE" failed;
- - fixed crash when received UPDATE request without SDP part;
- - fixed crash in logging upon receiving SIP packet with non-UTF8 symbols;
- - fixed ringer thread memory leak ;
- - fixed issue when onRegistered is triggered instead of onUnRegistered on account unregister;
- - fixed video preview rendering when setEnableAutoSendRtpVideo configured to false;
- - added support for optional SRTP mode controlled via options, added new methods setAllowSRTPOptional, getAllowSRTPOptional, setSRTPMode, getSRTPMode and enum SRTP_MODE { SRTP_DISABLED, SRTP_OPTIONAL, SRTP_MANDATORY; } to control SRTP mode.
Continue reading
