forked from Hay1tsme/artemis
chuni: revert changes to udpHolePunchUri and reflectorUri
This commit is contained in:
@ -99,18 +99,6 @@ class ChuniMatchingConfig:
|
||||
self.__config, "chuni", "matching", "enable", default=False
|
||||
)
|
||||
|
||||
@property
|
||||
def stun_uri(self) -> str:
|
||||
return CoreConfig.get_config_field(
|
||||
self.__config, "chuni", "matching", "stun_uri", default="stun:stunserver.stunprotocol.org:3478"
|
||||
)
|
||||
|
||||
@property
|
||||
def turn_uri(self) -> str:
|
||||
return CoreConfig.get_config_field(
|
||||
self.__config, "chuni", "matching", "turn_uri", default="turn:stunserver.stunprotocol.org:3478"
|
||||
)
|
||||
|
||||
@property
|
||||
def match_time_limit(self) -> int:
|
||||
return CoreConfig.get_config_field(
|
||||
|
Reference in New Issue
Block a user