You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,7 @@ note: ios only supports `auto` currently.
249
249
| setMicrophoneMute(`enable: ?boolean`) |:smile:|:rage:| mute/unmute micophone</br>default: false</br>p.s. if you use webrtc, you can just use `track.enabled = false` to mute |
250
250
| async checkRecordPermission() |:smile:|:smile:| check record permission without promt. return Promise. see **about permission** section above |
251
251
| async requestRecordPermission() |:smile:|:smile:| request record permission to user. return Promise. see **about permission** section above |
252
+
| async getAudioUriJS() |:smile:|:smile:| get audio Uri path. this would be useful when you want to pass Uri into another module. |
0 commit comments