mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-06 10:57:50 +08:00
修复编译问题
This commit is contained in:
parent
19c5323633
commit
2708c85d57
@ -520,7 +520,7 @@ namespace RTC
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
this->selectedTuple = storedTuple;
|
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.
|
// Notify the listener.
|
||||||
this->listener->OnIceServerSelectedTuple(this, this->selectedTuple);
|
this->listener->OnIceServerSelectedTuple(this, this->selectedTuple);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user