mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-20 09:48:28 +00:00
fix compile issue
This commit is contained in:
parent
2003ca847a
commit
06fb5da198
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ MediaEncryptionResponse::MediaEncryptionResponse(LinphoneCore *core) : Response(
|
||||||
case LinphoneMediaEncryptionZRTP:
|
case LinphoneMediaEncryptionZRTP:
|
||||||
ost << "zrtp\n";
|
ost << "zrtp\n";
|
||||||
break;
|
break;
|
||||||
|
case LinphoneMediaEncryptionDTLS:
|
||||||
|
ost << "DTLS\n";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
setBody(ost.str().c_str());
|
setBody(ost.str().c_str());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue