This commit is contained in:
ryanzhao 2021-11-10 15:39:39 +11:00
parent 2bbba2c6b7
commit e7a6ddb4f1
1 changed files with 0 additions and 4 deletions

View File

@ -243,7 +243,6 @@ public final class WebRTCSession : NSObject, RTCPeerConnectionDelegate {
public func peerConnection(_ peerConnection: RTCPeerConnection, didAdd stream: RTCMediaStream) {
print("[Calls] Peer connection did add stream.")
// configureAudioSession()
}
public func peerConnection(_ peerConnection: RTCPeerConnection, didRemove stream: RTCMediaStream) {
@ -252,9 +251,6 @@ public final class WebRTCSession : NSObject, RTCPeerConnectionDelegate {
public func peerConnectionShouldNegotiate(_ peerConnection: RTCPeerConnection) {
print("[Calls] Peer connection should negotiate.")
// Storage.write { transaction in
// self.sendOffer(to: self.contactSessionID, using: transaction).retainUntilComplete()
// }
}
public func peerConnection(_ peerConnection: RTCPeerConnection, didChange state: RTCIceConnectionState) {