|
@@ -374,7 +374,7 @@ int rtcSetSsrcForType(const char *mediaType, const char *sdp, char *buffer, cons
|
|
|
|
|
|
typedef struct {
|
|
typedef struct {
|
|
bool disableTlsVerification; // if true, don't verify the TLS certificate
|
|
bool disableTlsVerification; // if true, don't verify the TLS certificate
|
|
- const char *proxyServer; // unsupported for now
|
|
|
|
|
|
+ const char *proxyServer;
|
|
const char **protocols;
|
|
const char **protocols;
|
|
int protocolsCount;
|
|
int protocolsCount;
|
|
int pingInterval; // in milliseconds, 0 means default, < 0 means disabled
|
|
int pingInterval; // in milliseconds, 0 means default, < 0 means disabled
|