Reland "remove stun origin support"
This is a reland of ba29ce320fe1f9ac69b0ff8eb50fbe402c2912a6 readding the origin to the CreateRelayPortArgs structure to not break downstream tests yet: https://webrtc-review.googlesource.com/c/src/+/235300/1..2 Original change's description: > remove stun origin support > > Bug: webrtc:12132 > Change-Id: I0f32e6af77e0c553b0c3b0d047ff03e14c492b31 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/234384 > Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Commit-Queue: Harald Alvestrand <hta@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#35202} Bug: webrtc:12132 Change-Id: Ied840b59bb7c9497e98f9b80eb0a54d30008a40f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/235300 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35220}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
8a2e375eb7
commit
11a89c99e9
@ -79,7 +79,6 @@ class TurnServerAllocation : public rtc::MessageHandlerAutoCleanup,
|
||||
const std::string& key() const { return key_; }
|
||||
const std::string& transaction_id() const { return transaction_id_; }
|
||||
const std::string& username() const { return username_; }
|
||||
const std::string& origin() const { return origin_; }
|
||||
const std::string& last_nonce() const { return last_nonce_; }
|
||||
void set_last_nonce(const std::string& nonce) { last_nonce_ = nonce; }
|
||||
|
||||
@ -135,7 +134,6 @@ class TurnServerAllocation : public rtc::MessageHandlerAutoCleanup,
|
||||
std::string key_;
|
||||
std::string transaction_id_;
|
||||
std::string username_;
|
||||
std::string origin_;
|
||||
std::string last_nonce_;
|
||||
PermissionList perms_;
|
||||
ChannelList channels_;
|
||||
|
||||
Reference in New Issue
Block a user