webrtc/examples/objc/AppRTCMobile/ios
Benjamin Williams ab009c27b4 Refactor WebRTC self assignments in if clauses
This change refactors existing self-assignments within if clauses across
the WebRTC codebase.

*Why:*

- Bug Prevention: Assignments within conditionals are frequently
  unintended errors, often mistaken for equality checks.

- Clearer Code: Separating assignments from conditionals improves code
  readability and reduces the risk of misinterpretation.

Change-Id: I199dc26a35ceca109a2ac569b446811314dfdf0b
Bug: chromium:361594695
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360460
Reviewed-by: Chuck Hays <haysc@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42850}
2024-08-26 15:56:43 +00:00
..
broadcast_extension Refactor WebRTC self assignments in if clauses 2024-08-26 15:56:43 +00:00
resources
ARDAppDelegate.h Format almost everything. 2019-07-08 13:45:15 +00:00
ARDAppDelegate.m Switch AppRTCMobile #import headers. 2020-10-20 07:23:47 +00:00
ARDFileCaptureController.h Switch AppRTCMobile #import headers. 2020-10-20 07:23:47 +00:00
ARDFileCaptureController.m Refactor WebRTC self assignments in if clauses 2024-08-26 15:56:43 +00:00
ARDMainView.h
ARDMainView.m Refactor WebRTC self assignments in if clauses 2024-08-26 15:56:43 +00:00
ARDMainViewController.h
ARDMainViewController.m Switch AppRTCMobile #import headers. 2020-10-20 07:23:47 +00:00
ARDSettingsViewController.h Format almost everything. 2019-07-08 13:45:15 +00:00
ARDSettingsViewController.m Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
ARDStatsView.h Replace legacy getStats with standard getStats in the iOS example 2021-05-20 08:40:11 +00:00
ARDStatsView.m Refactor WebRTC self assignments in if clauses 2024-08-26 15:56:43 +00:00
ARDVideoCallView.h Switch AppRTCMobile #import headers. 2020-10-20 07:23:47 +00:00
ARDVideoCallView.m Refactor WebRTC self assignments in if clauses 2024-08-26 15:56:43 +00:00
ARDVideoCallViewController.h
ARDVideoCallViewController.m Refactor WebRTC self assignments in if clauses 2024-08-26 15:56:43 +00:00
Info.plist
main.m
RTCVideoCodecInfo+HumanReadable.h Switch AppRTCMobile #import headers. 2020-10-20 07:23:47 +00:00
RTCVideoCodecInfo+HumanReadable.m Switch AppRTCMobile #import headers. 2020-10-20 07:23:47 +00:00
UIImage+ARDUtilities.h
UIImage+ARDUtilities.m