Skip to content

Commit

Permalink
docs: optimize doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Mar 26, 2021
1 parent 1ba9c19 commit 6a1e0c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/src/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1990,8 +1990,6 @@ enum VideoCodecType {
}

/// The publishing state.
///
///
enum StreamPublishState {
/// The initial publishing state after joining the channel.
@JsonValue(0)
Expand Down
2 changes: 0 additions & 2 deletions lib/src/rtc_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,6 @@ mixin RtcEncryptionInterface {

/// Enables/Disables the built-in encryption.
///
///
///
/// In scenarios requiring high security, Agora recommends calling `enableEncryption` to enable the built-in encryption before joining a channel.
///
/// All users in the same channel must use the same encryption mode and encryption key. Once all users leave the channel, the encryption key of this channel is automatically cleared.
Expand Down
2 changes: 0 additions & 2 deletions lib/src/rtc_engine.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2580,8 +2580,6 @@ mixin RtcEncryptionInterface {

/// Enables/Disables the built-in encryption.
///
///
///
/// In scenarios requiring high security, Agora recommends calling `enableEncryption` to enable the built-in encryption before joining a channel.
///
/// All users in the same channel must use the same encryption mode and encryption key. Once all users leave the channel, the encryption key of this channel is automatically cleared.
Expand Down

0 comments on commit 6a1e0c8

Please sign in to comment.