|
@@ -366,6 +366,8 @@ 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; // unsupported for now
|
|
|
|
+ const char **protocols;
|
|
|
|
+ int protocolsCount;
|
|
} rtcWsConfiguration;
|
|
} rtcWsConfiguration;
|
|
|
|
|
|
RTC_EXPORT int rtcCreateWebSocket(const char *url); // returns ws id
|
|
RTC_EXPORT int rtcCreateWebSocket(const char *url); // returns ws id
|