forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebrtc.i18n.fr.json
executable file
·81 lines (81 loc) · 2.71 KB
/
webrtc.i18n.fr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"tag": "fr",
"label": "Parler",
"description": "Allows for WebRTC signaling to happen",
"attributes": {
"sdpAnswer": {
"label": "live stream",
"description": "Signaling info for a video source",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
},
"talkback": {
"label": "Parler",
"description": "Whether audio is streaming from client to video source",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
},
"turnInfo": {
"label": "turn info",
"description": "turn server information to be used by the client for webrtc connection",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
},
"supportedFeatures": {
"label": "SDP offer supported features",
"description": "SDP Offer options",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
},
"deviceIce": {
"label": "ice candidate",
"description": "An ICE candidate from the video source",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
},
"audioOnly": {
"label": "audio only",
"description": "The stream is audio only",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
},
"stunUrl": {
"label": "STUN URL",
"description": "URL used for STUN connection from the client",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {}
}
},
"commands": {
"startTalkback": {
"label": "startTalkback",
"description": "Start the talkback",
"arguments": {}
},
"clientIce": {
"label": "clientIce",
"description": "Provide an ICE candidate to the video source",
"arguments": {}
},
"sdpOffer": {
"label": "sdpOffer",
"description": "Start the live stream",
"arguments": {}
},
"stopTalkback": {
"label": "stopTalkback",
"description": "Stop the talkback",
"arguments": {}
},
"requestTurnInfo": {
"label": "requestTurnInfo",
"description": "Request turn server information",
"arguments": {}
},
"end": {
"label": "end",
"description": "Stop the live stream",
"arguments": {}
}
}
}