Skip to content

PR #107

PR #107 #43

GitHub Actions / Test results (OS 17.2) failed Oct 3, 2025 in 0s

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

See this annotation in the file changed.

@github-actions github-actions / Test results (OS 17.2)

error

Extra argument 'mediaServerEndPoint' in call

Check failure on line 25 in AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test results (OS 17.2)

error

Missing argument for parameter 'signalingChannelArn' in call

Check failure on line 25 in AWSKinesisVideoWebRTCDemoAppTests/VideoViewControllerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test results (OS 17.2)

error

'nil' requires a contextual type