Skip to content

Conversation

@xuesichao
Copy link
Contributor

Issue #:

Description of changes:

  • Revert changes in 5605a007c98059758d5f3fb5d719ddc84aeeabbb.
  • Fix several typos.

Testing

  1. Have you successfully run npm run build:release locally?
    Yes

  2. How did you test these changes?
    Run storybook locally and confirm it works as expected.

  3. If you made changes to the component library, have you provided corresponding documentation changes?
    N/A

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@xuesichao xuesichao requested a review from a team as a code owner April 21, 2022 00:39
Comment on lines -439 to -457
| Before in 2.x | After in 3.x |
| ----------------------------------------------------------- | ---------------------------------------------------------- |
| `DevicePermissionStatus` | `DeviceLabelTriggerStatus` |
| `DevicePermissionStatus.UNSET` | `DevicePermissionStatus.UNTRIGGERED` |
| `useDevicePermissionStatus` | `useDeviceLabelTriggerStatus` |
| | |
| `MeetingManager.devicePermissionStatus` | `MeetingManager.deviceLabelTriggerStatus` |
| | |
| `MeetingManager.selectAudioInputDevice()` | `MeetingManager.startAudioInputDevice()` |
| `MeetingManager.selectAudioOutputDevice()` | `MeetingManager.startAudioOutputDevice()` |
| `MeetingManager.selectVideoInputDevice()` | `MeetingManager.startVideoInputDevice()` |
| | |
| `MeetingManager.devicePermissionsObservers` | `MeetingManager.deviceLabelTriggerStatusObservers` |
| `MeetingManager.subscribeToDevicePermissionStatus()` | `MeetingManager.subscribeToDeviceLabelTriggerStatus()` |
| `MeetingManager.unsubscribeFromDevicePermissionStatus()` | `MeetingManager.unsubscribeFromDeviceLabelTriggerStatus()` |
| | |
| `MeetingManager.deviceLabelTriggerChangeObservers` | `MeetingManager.deviceLabelTriggerObservers` |
| `MeetingManageer.subscribeToDeviceLabelTriggerChange()` | `MeetingManageer.subscribeToDeviceLabelTrigger()` |
| `MeetingManageer.unsubscribeFromDeviceLabelTriggerChange()` | `MeetingManageer.unsubscribeFromDeviceLabelTrigger()` |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

back-tick doesn't work in tables. So replace them with <code>

@xuesichao xuesichao merged commit f1b5994 into main Apr 21, 2022
@xuesichao xuesichao deleted the revert-a-tag branch April 21, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants