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
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. To use this api please use 'beta' release of Azure Communication Services Calling Web SDK
11
+
> Raise Hand API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. To use this api please use 'beta' release of Azure Communication Services Calling Web SDK
12
12
13
13
Raise Hand is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
Currently ACS calls are not allow to change state of other participants, for example, lower all hands. But on Teams calls is can be done using this methods:
38
+
Currently ACS calls aren't allowed to change state of other participants, for example, lower all hands. But Teams calls allow it using these methods:
The `Raise Hand` API allows you to subscribe to `raiseHandChanged` events. A `raiseHandChanged` event comes from a `call` instance and contain information about participant and his new state.
51
+
The `Raise Hand` API allows you to subscribe to `raiseHandChanged` events. A `raiseHandChanged` event comes from a `call` instance and contain information about participant and new state.
It possible to get order of all raised hand states on the call, this order is started from 1.
71
-
To get it there is two ways: get all raise hand state on the call or use `raiseHandChanged` event subscription.
72
-
In case of event subscription when any participant will lower a hand - call will generate only one event, but not for all participants with order above.
71
+
There are two ways: get all raise hand state on the call or use `raiseHandChanged` event subscription.
72
+
In event subscription when any participant will lower a hand - call will generate only one event, but not for all participants with order above.
0 commit comments