Skip to content

Commit

Permalink
style: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
RoJoHub committed Mar 19, 2021
1 parent 7c25512 commit 902def7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/common/Enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,6 @@ export enum VoiceBeautifierPreset {
*/
ChatBeautifierVitality = 0x01010300,


/**
* Singing beautifier effect.
*
Expand Down
2 changes: 0 additions & 2 deletions src/common/RtcChannel.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ export default class RtcChannel implements RtcChannelInterface {
return this._callMethod('muteRemoteVideoStream', { uid, muted });
}


/**
* Sets whether to receive all remote video streams by default.
*
Expand Down Expand Up @@ -959,7 +958,6 @@ export default class RtcChannel implements RtcChannelInterface {
return this._callMethod('createDataStream', { reliable, ordered });
}


/**
* Creates a data stream.
*
Expand Down
3 changes: 0 additions & 3 deletions src/common/RtcEngine.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default class RtcEngine implements RtcEngineInterface {
}
}


/**
* Gets the SDK version.
*
Expand All @@ -115,7 +114,6 @@ export default class RtcEngine implements RtcEngineInterface {
return RtcEngine._callMethod('getSdkVersion');
}


/**
* Gets the warning or error description.
*
Expand Down Expand Up @@ -3117,7 +3115,6 @@ export default class RtcEngine implements RtcEngineInterface {
return RtcEngine._callMethod('setVoiceBeautifierPreset', { preset });
}


/**
* Sets an SDK preset voice conversion effect.
*
Expand Down

0 comments on commit 902def7

Please sign in to comment.