Browse Source

Cleaned up mistake rtcSignalingState in PeerConnection

Paul-Louis Ageneau 3 years ago
parent
commit
00e40d22c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtc/peerconnection.hpp

+ 1 - 1
include/rtc/peerconnection.hpp

@@ -68,7 +68,7 @@ public:
 		HaveRemoteOffer = RTC_SIGNALING_HAVE_REMOTE_OFFER,
 		HaveLocalPranswer = RTC_SIGNALING_HAVE_LOCAL_PRANSWER,
 		HaveRemotePranswer = RTC_SIGNALING_HAVE_REMOTE_PRANSWER,
-	} rtcSignalingState;
+	};
 
 	PeerConnection();
 	PeerConnection(Configuration config);