Change params.videoDirection to SendRecv when video is started

This commit is contained in:
Benoit Martins 2024-10-16 10:39:22 +02:00
parent d3ca95b46f
commit 27e0757c5f

View file

@ -696,7 +696,7 @@ class CallViewModel: ObservableObject {
} else if params.videoDirection == .SendOnly {
params.videoDirection = .Inactive
} else if params.videoDirection == .Inactive {
params.videoDirection = .SendOnly
params.videoDirection = .SendRecv
}
}