Automatically set candidate mid if missing

This commit is contained in:
Paul-Louis Ageneau
2020-11-05 19:26:30 +01:00
parent 40bed4e740
commit 5bb0979c3a
7 changed files with 54 additions and 46 deletions

View File

@ -75,7 +75,7 @@ public:
HaveRemotePranswer = RTC_SIGNALING_HAVE_REMOTE_PRANSWER,
} rtcSignalingState;
PeerConnection(void);
PeerConnection();
PeerConnection(const Configuration &config);
~PeerConnection();