Skip to content

Commit ce426f1

Browse files
committed
Added speech detection warning for react-native
1 parent bc77b79 commit ce426f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/advanced-features/speech-detection.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Speech detection
22

3+
<div class="warningBoxContent">
4+
<div style="display: table-cell; vertical-align: middle;">
5+
<i class="icon ion-android-alert warningIcon"></i>
6+
</div>
7+
<div class="warningBoxText">
8+
Speech detection works with a JavaScript library. <strong>This feature is not available in react-native</strong> for being a native implementation.
9+
</div>
10+
</div>
11+
312
A pretty common requested event is one that allows you to detect when a publisher starts and stops speaking. OpenVidu offers this ability through [PublisherSpeakingEvents](api/openvidu-browser/classes/publisherspeakingevent.html){:target="_blank"} that can be configured for [Session](api/openvidu-browser/classes/session.html){:target="_blank"} objects:
413

514
```javascript

0 commit comments

Comments
 (0)