mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 02:34:26 +08:00
修复编译问题
This commit is contained in:
parent
19c5323633
commit
2708c85d57
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user