Skip to content

Commit

Permalink
変更漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Sep 4, 2023
1 parent b0f1876 commit 2310428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sora_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class SoraConnection : public sora::SoraSignalingObserver,
std::function<void(std::string)> on_notify_;
std::function<void(std::string)> on_push_;
std::function<void(std::string, nb::bytes)> on_message_;
std::function<void(std::shared_ptr<SoraTrackInterface>)> on_track_;
std::function<void(std::shared_ptr<SoraMediaTrack>)> on_track_;
std::function<void(std::string)> on_data_channel_;

private:
Expand Down

0 comments on commit 2310428

Please sign in to comment.