localState property

bool localState

microphone state of local user

Implementation

bool get localState => ZegoUIKit()
    .getMicrophoneStateNotifier(ZegoUIKit().getLocalUser().id)
    .value;