Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyan2024 committed Jan 16, 2025
1 parent be2d808 commit c2dcfac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,15 @@ const consumerCapabilitiesInRoomsCall: ParticipantCapabilities = {
blurBackground: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
hangUpForEveryOne: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
manageLobby: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
unmuteMic: { isPresent: false, reason: 'RoleRestricted' },
unmuteMic: { isPresent: true, reason: 'RoleRestricted' },
pstnDialOut: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
raiseHand: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
removeParticipant: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
removeParticipantsSpotlight: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
shareScreen: { isPresent: false, reason: 'RoleRestricted' },
spotlightParticipant: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
startLiveCallingCaptions: { isPresent: false, reason: 'CapabilityNotApplicableForTheCallType' },
turnVideoOn: { isPresent: false, reason: 'RoleRestricted' },
turnVideoOn: { isPresent: true, reason: 'RoleRestricted' },
muteOthers: {
isPresent: false,
reason: 'CapabilityNotApplicableForTheCallType'
Expand Down

0 comments on commit c2dcfac

Please sign in to comment.