ParticipantCapabilityName type

Capability Resolution Reason

type ParticipantCapabilityName =
  | "turnVideoOn"
  | "unmuteMic"
  | "shareScreen"
  | "removeParticipant"
  | "hangUpForEveryOne"
  | "addCommunicationUser"
  | "addTeamsUser"
  | "addPhoneNumber"
  | "manageLobby"
  | "spotlightParticipant"
  | "removeParticipantsSpotlight"
  | "blurBackground"
  | "startLiveCaptions"
  | "stopLiveCaptions"
  | "raiseHand"
  | "pstnDialOut"
  | "muteOthers"
  | "useReactions"