mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
review + better explanation
This commit is contained in:
@@ -46,12 +46,13 @@ export enum ElementWidgetActions {
|
|||||||
// host -> Element Call telling EC to stop screen sharing, or that
|
// host -> Element Call telling EC to stop screen sharing, or that
|
||||||
// the user cancelled when selecting a source after a ScreenshareRequest
|
// the user cancelled when selecting a source after a ScreenshareRequest
|
||||||
ScreenshareStop = "io.element.screenshare_stop",
|
ScreenshareStop = "io.element.screenshare_stop",
|
||||||
// This can be sent as form or to widget
|
// This can be sent as from or to widget
|
||||||
// fromWidget: updates the client about the current device mute state
|
// fromWidget: updates the client about the current device mute state
|
||||||
// toWidget: the client requests a specific device mute configuration
|
// toWidget: the client requests a specific device mute configuration
|
||||||
// (the reply will always be the resulting configuration)
|
// The reply will always be the resulting configuration
|
||||||
// (it is possible to sent an empty configuration
|
// It is possible to sent an empty configuration or only a change for audio or video.
|
||||||
// -> this will allow the client to only get the current state)
|
// An undefined field means that EC will not keep the mute state as is.
|
||||||
|
// -> this will allow the client to only get the current state
|
||||||
//
|
//
|
||||||
// The data of the widget action request and the response are:
|
// The data of the widget action request and the response are:
|
||||||
// {
|
// {
|
||||||
|
|||||||
Reference in New Issue
Block a user