state method

bool state(
  1. String userID
)

camera state of userID

Implementation

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