Skip to content

Commit

Permalink
Update worker/include/RTC/IceServer.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: José Luis Millán <[email protected]>
  • Loading branch information
ibc and jmillan authored Oct 19, 2023
1 parent 7115b45 commit 062277a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/include/RTC/IceServer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace RTC
bool IsValidTuple(const RTC::TransportTuple* tuple) const;
void RemoveTuple(RTC::TransportTuple* tuple);
/**
* This should be just called in 'connected' or completed' state and the
* This should be just called in 'connected' or 'completed' state and the
* given tuple must be an already valid tuple.
*/
void MayForceSelectedTuple(const RTC::TransportTuple* tuple);
Expand Down

0 comments on commit 062277a

Please sign in to comment.