1 parent 7047225 commit e4e09f8Copy full SHA for e4e09f8
1 file changed
Sources/ion/WebRTC/WebRTC.swift
@@ -113,6 +113,8 @@ final class WebRTCClient: NSObject {
113
if let sdp = sdp {
114
return completion(.success(sdp))
115
}
116
+
117
+ // @TODO SET REMOTE
118
119
fatalError("both SDP and Error were nil")
120
})
0 commit comments