forked from mirrors/linphone-iphone
Change params.videoDirection to SendRecv when video is started
This commit is contained in:
parent
d3ca95b46f
commit
27e0757c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ class CallViewModel: ObservableObject {
|
||||||
} else if params.videoDirection == .SendOnly {
|
} else if params.videoDirection == .SendOnly {
|
||||||
params.videoDirection = .Inactive
|
params.videoDirection = .Inactive
|
||||||
} else if params.videoDirection == .Inactive {
|
} else if params.videoDirection == .Inactive {
|
||||||
params.videoDirection = .SendOnly
|
params.videoDirection = .SendRecv
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue