mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 11:19:30 +00:00
Prepare for IM encryption
- update oRTP and ms2
This commit is contained in:
parent
6d7b96c4fc
commit
5ef6293af5
3 changed files with 3 additions and 2 deletions
|
|
@ -1994,6 +1994,7 @@ void linphone_call_start_media_streams(LinphoneCall *call, bool_t all_inputs_mut
|
|||
call->current_params.media_encryption=LinphoneMediaEncryptionNone;
|
||||
|
||||
params.zid_file=lc->zrtp_secrets_cache;
|
||||
params.uri= "SetThePeerSipUriHere@nullTerminated.String"; /* TODO: set the sip URI there, MUST be a null terminated string */
|
||||
audio_stream_enable_zrtp(call->audiostream,¶ms);
|
||||
}else{
|
||||
call->current_params.media_encryption=linphone_call_are_all_streams_encrypted(call) ?
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9956d3d6e37a09991b948b1cad8d1382e046b0d1
|
||||
Subproject commit 9117185fd8b0a4679cc198cded64dad7d85628e0
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 04f2c4bff871c108fd645f6f16a3164f9fa42769
|
||||
Subproject commit 5c3952c5b90b82fe2cff122c67959b88c358bce8
|
||||
Loading…
Add table
Reference in a new issue