Skip to content

Commit fbf991b

Browse files
committed
chore: change channels
1 parent f80e66c commit fbf991b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleWebRTC/ViewController/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ViewController: UIViewController, WebSocketDelegate, WebRTCClientDelegate,
6060

6161
webRTCClient = WebRTCClient()
6262
webRTCClient.delegate = self
63-
webRTCClient.setup(videoTrack: false, audioTrack: true, dataChannel: false, customFrameCapturer: useCustomCapturer)
63+
webRTCClient.setup(videoTrack: true, audioTrack: true, dataChannel: true, customFrameCapturer: useCustomCapturer)
6464

6565
if useCustomCapturer {
6666
print("--- use custom capturer ---")

0 commit comments

Comments
 (0)