We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80e66c commit fbf991bCopy full SHA for fbf991b
SimpleWebRTC/ViewController/ViewController.swift
@@ -60,7 +60,7 @@ class ViewController: UIViewController, WebSocketDelegate, WebRTCClientDelegate,
60
61
webRTCClient = WebRTCClient()
62
webRTCClient.delegate = self
63
- webRTCClient.setup(videoTrack: false, audioTrack: true, dataChannel: false, customFrameCapturer: useCustomCapturer)
+ webRTCClient.setup(videoTrack: true, audioTrack: true, dataChannel: true, customFrameCapturer: useCustomCapturer)
64
65
if useCustomCapturer {
66
print("--- use custom capturer ---")
0 commit comments