File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -172,20 +172,6 @@ typedef void(RTC_API *rtcAvailableCallbackFunc)(int id, void *ptr);
172
172
typedef void (RTC_API * rtcPliHandlerCallbackFunc )(int tr , void * ptr );
173
173
typedef void (RTC_API * rtcRembHandlerCallbackFunc )(int tr , unsigned int bitrate , void * ptr );
174
174
175
- // Handle STUN requests with unexpected ufrags
176
-
177
- typedef struct {
178
- const char * ufrag ;
179
- const char * pwd ;
180
- uint8_t family ;
181
- const char * address ;
182
- uint16_t port ;
183
- } rtcUnhandledStunRequest ;
184
-
185
- typedef void (RTC_API * rtcUnhandledStunRequestCallbackFunc )(rtcUnhandledStunRequest request );
186
-
187
- RTC_C_EXPORT void rtcOnUnhandledStunRequest (const char * host , int port , rtcUnhandledStunRequestCallbackFunc callback );
188
-
189
175
// Log
190
176
191
177
// NULL cb on the first call will log to stdout
You can’t perform that action at this time.
0 commit comments