mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-08-27 04:37:35 +00:00
fix: route WebRTC ICE without requester id
This commit is contained in:
@@ -66,7 +66,7 @@ message PunchHole {
|
|||||||
ControlPermissions control_permissions = 8;
|
ControlPermissions control_permissions = 8;
|
||||||
ControlledContext controlled_context = 9;
|
ControlledContext controlled_context = 9;
|
||||||
string webrtc_sdp_offer = 10;
|
string webrtc_sdp_offer = 10;
|
||||||
string requester_id = 11;
|
reserved 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TestNatRequest {
|
message TestNatRequest {
|
||||||
@@ -247,8 +247,8 @@ message HttpProxyResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message IceCandidate {
|
message IceCandidate {
|
||||||
string from_id = 1;
|
string id = 1;
|
||||||
string to_id = 2;
|
bytes socket_addr = 2;
|
||||||
string session_key = 3;
|
string session_key = 3;
|
||||||
string candidate = 4;
|
string candidate = 4;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user