|
@@ -71,6 +71,7 @@ int rtcCreatePeerConnection(const rtcConfiguration *config)
|
|
typedef struct {
|
|
typedef struct {
|
|
const char **iceServers;
|
|
const char **iceServers;
|
|
int iceServersCount;
|
|
int iceServersCount;
|
|
|
|
+ const char *bindAddress;
|
|
rtcCertificateType certificateType;
|
|
rtcCertificateType certificateType;
|
|
rtcTransportPolicy iceTransportPolicy;
|
|
rtcTransportPolicy iceTransportPolicy;
|
|
bool enableIceTcp;
|
|
bool enableIceTcp;
|