Skip to content

Commit

Permalink
docs: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Mar 12, 2021
1 parent b76ff2a commit d308b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions lib/rtc_local_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import 'package:flutter/widgets.dart';
import './src/enums.dart';
import './src/rtc_render_view.dart';

/// (Android only) SurfaceView.
///
/// Please use [UIView](https://developer.apple.com/documentation/uikit/uiview) for iOS.
/// SurfaceView.
class SurfaceView extends RtcSurfaceView {
/// Constructs a [SurfaceView]
SurfaceView({
Expand Down
4 changes: 1 addition & 3 deletions lib/rtc_remote_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import 'package:flutter/services.dart';
import './src/enums.dart';
import './src/rtc_render_view.dart';

/// (Android only) SurfaceView.
///
/// Please use [UIView](https://developer.apple.com/documentation/uikit/uiview) for iOS.
/// SurfaceView.
class SurfaceView extends RtcSurfaceView {
/// Constructs a [SurfaceView]
SurfaceView({
Expand Down

0 comments on commit d308b20

Please sign in to comment.