Fill isTcp field in calls reflector descriptors.

This commit is contained in:
John Preston 2023-04-21 15:49:37 +04:00
parent 2e85f7e5fc
commit 976c32e5af
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ void AppendServer(
.login = username,
.password = password,
.isTurn = true,
.isTcp = data.is_tcp(),
});
};
pushTurn(host);