mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-02-16 02:20:43 +00:00
Update src/webrtc.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -259,6 +259,8 @@ impl WebRTCStream {
|
|||||||
#[inline]
|
#[inline]
|
||||||
pub fn set_key(&mut self, _key: Key) {
|
pub fn set_key(&mut self, _key: Key) {
|
||||||
// not-supported
|
// not-supported
|
||||||
|
// WebRTC uses built-in DTLS encryption for secure communication.
|
||||||
|
// DTLS handles key exchange and encryption automatically, so explicit key management is not required.
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|||||||
Reference in New Issue
Block a user