Allow TCP

This commit is contained in:
Ali
2020-08-21 21:57:11 +01:00
parent 4728e42161
commit c854b25d3c
6 changed files with 12 additions and 6 deletions

View File

@@ -284,6 +284,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
startWithVideo: firstState.2.isVideo,
isVideoPossible: firstState.2.isVideoPossible,
enableStunMarking: shouldEnableStunMarking(appConfiguration: appConfiguration),
enableTCP: experimentalSettings.enableVoipTcp,
preferredVideoCodec: experimentalSettings.preferredVideoCodec
)
strongSelf.updateCurrentCall(call)
@@ -527,6 +528,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
startWithVideo: isVideo,
isVideoPossible: isVideoPossible,
enableStunMarking: shouldEnableStunMarking(appConfiguration: appConfiguration),
enableTCP: experimentalSettings.enableVoipTcp,
preferredVideoCodec: experimentalSettings.preferredVideoCodec
)
strongSelf.updateCurrentCall(call)