mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-07-24 07:30: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;
|
||||
ControlledContext controlled_context = 9;
|
||||
string webrtc_sdp_offer = 10;
|
||||
string requester_id = 11;
|
||||
reserved 11;
|
||||
}
|
||||
|
||||
message TestNatRequest {
|
||||
@@ -247,8 +247,8 @@ message HttpProxyResponse {
|
||||
}
|
||||
|
||||
message IceCandidate {
|
||||
string from_id = 1;
|
||||
string to_id = 2;
|
||||
string id = 1;
|
||||
bytes socket_addr = 2;
|
||||
string session_key = 3;
|
||||
string candidate = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user