ctrl k
  • 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
  • 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
Please wait...
Page is in error, reload to recover