Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sdk/objc/components/capturer/RTCCameraVideoCapturer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ NS_ASSUME_NONNULL_BEGIN

// Camera capture that implements RTCVideoCapturer. Delivers frames to a
// RTCVideoCapturerDelegate (usually RTCVideoSource).
NS_EXTENSION_UNAVAILABLE_IOS("Camera not available in app extensions.")
RTC_OBJC_EXPORT
@interface RTC_OBJC_TYPE (RTCCameraVideoCapturer) : RTC_OBJC_TYPE(RTCVideoCapturer)

Expand Down
1 change: 0 additions & 1 deletion sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ NS_ASSUME_NONNULL_BEGIN
* RTCEAGLVideoView is an RTCVideoRenderer which renders video frames
* in its bounds using OpenGLES 2.0 or OpenGLES 3.0.
*/
NS_EXTENSION_UNAVAILABLE_IOS("Rendering not available in app extensions.")
RTC_OBJC_EXPORT
@interface RTC_OBJC_TYPE (RTCEAGLVideoView) : UIView <RTC_OBJC_TYPE(RTCVideoRenderer)>

Expand Down