state method

bool state(
  1. String userID
)

microphone state of userID

Implementation

bool state(String userID) =>
    ZegoUIKit().getMicrophoneStateNotifier(userID).value;