File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ @implementation OTBroadcastExtHelper
20
20
21
21
// OT vars
22
22
OTSession* _session;
23
- OTPublisherKit * _publisher;
23
+ OTPublisher * _publisher;
24
24
OTSubscriber* _subscriber;
25
25
OTBroadcastExtAudioDevice* _audioDevice;
26
26
@@ -99,9 +99,8 @@ - (void)doPublish
99
99
settings.videoCapture = _videoCapturer;
100
100
101
101
settings.name = [[UIDevice currentDevice ] name ];
102
- _publisher =
103
- [[OTPublisherKit alloc ] initWithDelegate: self
104
- settings: settings];
102
+ _publisher = [[OTPublisher alloc ] initWithDelegate: self
103
+ settings: settings];
105
104
106
105
// We need to set publishAudio to false
107
106
// since we don't know the broadcast session is
Original file line number Diff line number Diff line change 1
1
Broadcast Extension sample app
2
2
===========================
3
3
4
+ ** The sample app will only work with H264 video codec. Make sure that your API key is enabled for it.** Please contact
5
+ support if you want it to be enabled.
6
+
4
7
The Broadcast Extension app shows how to implement the iOS Broadcast Upload extension
5
8
using the OpenTok iOS SDK.
6
9
You can’t perform that action at this time.
0 commit comments