mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-02-16 02:20:43 +00:00
use webrtc sdp fingerprint as session key
This commit is contained in:
@@ -12,17 +12,12 @@ pub struct WebRTCStream {
|
||||
|
||||
impl Clone for WebRTCStream {
|
||||
fn clone(&self) -> Self {
|
||||
WebRTCStream {
|
||||
}
|
||||
WebRTCStream {}
|
||||
}
|
||||
}
|
||||
|
||||
impl WebRTCStream {
|
||||
|
||||
pub async fn new(
|
||||
_: &str,
|
||||
_: u64,
|
||||
) -> ResultType<Self> {
|
||||
pub async fn new(_: &str, _: u64) -> ResultType<Self> {
|
||||
Ok(Self {})
|
||||
}
|
||||
|
||||
@@ -46,3 +41,5 @@ impl WebRTCStream {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user