Skip to content

Commit

Permalink
docs: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Mar 1, 2021
1 parent f0c640d commit 9cde716
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/RtcLocalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import {
/**
* The SurfaceView class.
*
* **Note**
*
* SurfaceView is supported on Android only. Use [UIView](https://developer.apple.com/documentation/uikit/uiview) on iOS.
*
* @noInheritDoc
*/
class SurfaceView extends Component<ViewProps & RtcSurfaceViewProps, {}> {
Expand Down
4 changes: 0 additions & 4 deletions src/RtcRemoteView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ import {
/**
* The SurfaceView class.
*
* **Note**
*
* SurfaceView is supported on Android only. Use UIView on iOS.
*
* @noInheritDoc
*/
class SurfaceView extends Component<
Expand Down

0 comments on commit 9cde716

Please sign in to comment.