mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #1991 - Support TURN TLS Support in WebRTC Backport of Mozilla bug 1056934
This commit is contained in:
parent
1270657ba0
commit
2dc4713d14
16 changed files with 282 additions and 26 deletions
|
|
@ -90,6 +90,7 @@ class NrIceMediaStream;
|
|||
|
||||
extern const char kNrIceTransportUdp[];
|
||||
extern const char kNrIceTransportTcp[];
|
||||
extern const char kNrIceTransportTls[];
|
||||
|
||||
class NrIceStunServer {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue