Added PeerConnection::close() and revised state machine

This commit is contained in:
Paul-Louis Ageneau
2019-12-16 12:15:59 +01:00
parent e5a19f85ed
commit 1d7d1358be
7 changed files with 66 additions and 26 deletions

View File

@ -11,7 +11,7 @@ LIBS=glib-2.0 gobject-2.0 nice
USRSCTP_DIR=usrsctp
USE_GNUTLS ?= 0
ifeq ($(USE_GNUTLS), 1)
ifneq ($(USE_GNUTLS), 0)
CPPFLAGS+= -DUSE_GNUTLS=1
LIBS+= gnutls
else