mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 00:47:34 +08:00
修复编译问题
This commit is contained in:
@@ -520,7 +520,7 @@ namespace RTC
|
||||
return;
|
||||
|
||||
this->selectedTuple = storedTuple;
|
||||
this->lastSelectedTuple = static_pointer_cast<RTC::TransportTuple>(storedTuple->shared_from_this());
|
||||
this->lastSelectedTuple = std::static_pointer_cast<RTC::TransportTuple>(storedTuple->shared_from_this());
|
||||
|
||||
// Notify the listener.
|
||||
this->listener->OnIceServerSelectedTuple(this, this->selectedTuple);
|
||||
|
||||
Reference in New Issue
Block a user