summaryrefslogtreecommitdiff
path: root/ext/webrtc/gstwebrtcice.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webrtc/gstwebrtcice.h')
-rw-r--r--ext/webrtc/gstwebrtcice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/webrtc/gstwebrtcice.h b/ext/webrtc/gstwebrtcice.h
index 283672fe9..5e7543c80 100644
--- a/ext/webrtc/gstwebrtcice.h
+++ b/ext/webrtc/gstwebrtcice.h
@@ -51,6 +51,9 @@ struct _GstWebRTCICE
GHashTable *turn_servers;
GstWebRTCICEPrivate *priv;
+
+ guint min_rtp_port;
+ guint max_rtp_port;
};
struct _GstWebRTCICEClass