修改接口地址

This commit is contained in:
2023-11-30 22:50:02 +08:00
parent 88474f8813
commit 8a40bbc5e1
7 changed files with 15 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ function SrsRtcPublisherAsync() {
self.turn = {
iceServers: [{
urls: 'turns:172.16.3.19:3478', 'credential': 'huashiai',
urls: 'turns:172.16.3.18:3478', 'credential': 'huashiai',
'username': 'huashiai'
}]
};