Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
decanus committed Jan 30, 2021
1 parent 7047225 commit e4e09f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ion/WebRTC/WebRTC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ final class WebRTCClient: NSObject {
if let sdp = sdp {
return completion(.success(sdp))
}

// @TODO SET REMOTE

fatalError("both SDP and Error were nil")
})
Expand Down

0 comments on commit e4e09f8

Please sign in to comment.