PR #107 #43
Xcode test results
Build Summary
Compile TestConstants.swift (x86_64)
Compile MessageTests.swift (x86_64)
Compile KVSSigner.swift (x86_64)
Compile VideoViewControllerTests.swift (x86_64)
error: Swift Compiler Error: Extra argument 'mediaServerEndPoint' in call
error: Swift Compiler Error: Missing argument for parameter 'signalingChannelArn' in call
error: Swift Compiler Error: 'nil' requires a contextual type
AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift:25:201: error: extra argument 'mediaServerEndPoint' in call
videoViewController = VideoViewController(webRTCClient: self.webRTCClient!, signalingClient: self.signalingClient!, localSenderClientID: "randomClientID", isMaster: true, mediaServerEndPoint: nil)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift:25:178: error: missing argument for parameter 'signalingChannelArn' in call
videoViewController = VideoViewController(webRTCClient: self.webRTCClient!, signalingClient: self.signalingClient!, localSenderClientID: "randomClientID", isMaster: true, mediaServerEndPoint: nil)
^
, signalingChannelArn: <#String?#>
KVSiOSApp/VideoViewController.swift:18:5: note: 'init(webRTCClient:signalingClient:localSenderClientID:isMaster:signalingChannelArn:isVideoEnabled:)' declared here
init(webRTCClient: WebRTCClient, signalingClient: SignalingClient, localSenderClientID: String, isMaster: Bool, signalingChannelArn: String?, isVideoEnabled: Bool = true) {
^
AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift:25:201: error: 'nil' requires a contextual type
videoViewController = VideoViewController(webRTCClient: self.webRTCClient!, signalingClient: self.signalingClient!, localSenderClientID: "randomClientID", isMaster: true, mediaServerEndPoint: nil)
^
Compile ChannelConfigurationViewControllerTest.swift (x86_64)
Compile ConfirmSignUpViewControllerTests.swift (x86_64)
Compile EventTests.swift (x86_64)
Compile KVSSignerTests.swift (x86_64)
Annotations
Check failure on line 25 in AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift
github-actions / Test results (OS 17.2)
error
Extra argument 'mediaServerEndPoint' in call
Check failure on line 25 in AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift
github-actions / Test results (OS 17.2)
error
Missing argument for parameter 'signalingChannelArn' in call
Check failure on line 25 in AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift
github-actions / Test results (OS 17.2)
error
'nil' requires a contextual type