Browse Source

Removed declarations of hasLocalDescription() and hasRemoteDescription()

Paul-Louis Ageneau 4 years ago
parent
commit
ba7e0e2a35
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/rtc/peerconnection.hpp

+ 0 - 2
include/rtc/peerconnection.hpp

@@ -81,8 +81,6 @@ public:
 	State state() const;
 	GatheringState gatheringState() const;
 	SignalingState signalingState() const;
-	bool hasLocalDescription() const;
-	bool hasRemoteDescription() const;
 	bool hasMedia() const;
 	optional<Description> localDescription() const;
 	optional<Description> remoteDescription() const;