Tigase Forge
Dashboards
Projects
Global Views
Pull Requests
Issues
Builds
Packages
Code Search
Text
Files
Symbols
siskin-im
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Statistics
Code
Pull Request
Issue
Build
Child Projects
Projects
tigase
_clients
siskin-im
Commits
b206e1e5
ctrl
k
Sign In
Updated WebRTC to M122
#593
Browse Code
Andrzej Wójcik (Tigase)
committed
1 year ago
b206e1e5
1 parent
74778d20
SiskinIM/voip/MeetController.swift
■ ■ ■
■ ■ ■
skipped 87 lines
88
88
private var muteButton: RoundButton?;
89
89
private var moreButton: RoundButton?;
90
90
91
-
#if targetEnvironment(simulator)
92
-
private let localVideoRenderer = RTCEAGLVideoView();
93
-
#else
91
+
/
/
#if targetEnvironment(simulator)
92
+
/
/
private let localVideoRenderer = RTCEAGLVideoView();
93
+
/
/
#else
94
94
private let localVideoRenderer = RTCMTLVideoView();
95
-
#endif
95
+
/
/
#endif
96
96
private var localVideoRendererWidth: NSLayoutConstraint?;
97
97
98
98
private var cancellables: Set<AnyCancellable> = [];
skipped 402 lines
501
501
private let nameLabel: UILabel = UILabel();
502
502
private let nameBox = UIView();
503
503
504
-
#if targetEnvironment(simulator)
505
-
private let videoRenderer = RTCEAGLVideoView(frame: .zero);
506
-
#else
504
+
/
/
#if targetEnvironment(simulator)
505
+
/
/
private let videoRenderer = RTCEAGLVideoView(frame: .zero);
506
+
/
/
#else
507
507
private let videoRenderer = RTCMTLVideoView(frame: .zero);
508
-
#endif
508
+
/
/
#endif
509
509
510
510
private var cancellables: Set<AnyCancellable> = [];
511
511
skipped 146 lines
All occurrences
update-frameworks.sh
■ ■
■ ■
■ ■
skipped 3 lines
4
4
OPENSSL_REPO="tigase/openssl-swiftpm"
5
5
6
6
WEBRTC_FRAMEWORK="WebRTC.xcframework"
7
-
WEBRTC_VERSION="
M101
"
8
-
WEBRTC_CHECKSUM="448f13d912972b2c8af1a99556b5727b372b26b1af51505724d7003999c4b0c7"
7
+
WEBRTC_VERSION="
M122
"
8
+
WEBRTC_CHECKSUM="ede2726a0540377b911bba845c2910704aee3203e0873550fda70783cc12daf1"
9
9
WEBRTC_REPO="tigase/webrtc-swiftpm"
10
10
11
11
testChecksum () {
skipped 56 lines
All occurrences
SiskinIM/voip/MeetController.swift
update-frameworks.sh
Please wait...
Page is in error, reload to recover