Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Apr 18, 2024
1 parent d593b9a commit cc736be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/hmssdk_flutter/lib/src/enum/hms_peer_type.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
///[HMSPeerType] contains peer types i.e peer joined using SIP or using the application
/// Read more info here: https://www.100ms.live/docs/flutter/v2/how-to-guides/extend-capabilities/sip
enum HMSPeerType { sip, regular }

extension HMSPeerTypevalues on HMSPeerType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:hmssdk_flutter/hmssdk_flutter.dart';
import 'package:hmssdk_flutter/src/service/platform_service.dart';

///[HMSNoiseCancellationController] class exposes methods to control noise cancellation for the user
/// Checkout the Noise Cancellations Docs here: https://www.100ms.live/docs/flutter/v2/how-to-guides/extend-capabilities/noise-cancellation
abstract class HMSNoiseCancellationController {
///[enable] enables noise cancellation
static Future<void> enable() async {
Expand Down

0 comments on commit cc736be

Please sign in to comment.