CallMutedState

public enum CallMutedState

It defines the mic state.

  • the information is not available

    Declaration

    Swift

    case unknown
  • on

    the mic is off

    Declaration

    Swift

    case on
  • off

    the mic is on

    Declaration

    Swift

    case off