Merge pull request #1299 from ctrlaltdavid/dev/webrtc-doxygen

Fix a couple of WebRTC Doxygen typos
This commit is contained in:
Kalila 2021-08-16 00:05:44 -04:00 committed by GitHub
commit 29b4fea1d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,10 +52,10 @@ public:
WDCCreateSessionDescriptionObserver(WDCConnection* parent);
/// @brief The call to CreateAnswer succeeded.
/// @param The session description.
/// @param desc The session description.
void OnSuccess(webrtc::SessionDescriptionInterface* desc) override;
//@ @brief The call to CreateAnswer failed.
/// @brief The call to CreateAnswer failed.
/// @param error Error information.
void OnFailure(webrtc::RTCError error) override;