Skip to content

Commit c1883ee

Browse files
[Communication - Media composition] 2022-07-16-preview1 (#19026)
* initial commit * . * add readmes * . * , * fix file name problem * . * . * . * prettier * add descriptions * . * . * . * address feedback * . * . * . * update input groups
1 parent ab00670 commit c1883ee

File tree

9 files changed

+1699
-0
lines changed

9 files changed

+1699
-0
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2723,3 +2723,4 @@ largerc
27232723
mediumrc
27242724
smallrc
27252725
Autotune
2726+
autogrid
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"parameters": {
3+
"endpoint": "https://contoso.westus.communications.azure.com",
4+
"api-version": "2022-07-16-preview1",
5+
"mediaCompositionId": "49b2b09f-5be7-4a67-835e-9b11aa260f08",
6+
"mediaComposition": {
7+
"layout": {
8+
"kind": "autoGrid",
9+
"inputIds": [ "meeting" ],
10+
"resolution": {
11+
"width": 1920,
12+
"height": 1080
13+
}
14+
},
15+
"inputs": {
16+
"meeting": {
17+
"kind": "teamsMeeting",
18+
"teamsJoinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjhlYTc5NTEtYjQ0Ny00ZDkwLWIxZTYtYzg0MDNmMTg5MGIy%40thread.v2/0?context=%7b%22Tid%22%3a%2221fa45a2-67de-4731-b654-ccf5c9c0d577%22%2c%22Oid%22%3a%22fbb3436a-4ec7-46e0-b20d-e6de72513e58%22%7d"
19+
}
20+
},
21+
"outputs": {
22+
"meeting": {
23+
"kind": "teamsMeeting",
24+
"teamsJoinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjhlYTc5NTEtYjQ0Ny00ZDkwLWIxZTYtYzg0MDNmMTg5MGIy%40thread.v2/0?context=%7b%22Tid%22%3a%2221fa45a2-67de-4731-b654-ccf5c9c0d577%22%2c%22Oid%22%3a%22fbb3436a-4ec7-46e0-b20d-e6de72513e58%22%7d"
25+
}
26+
}
27+
}
28+
},
29+
"responses": {
30+
"200": {
31+
"body": {
32+
"id": "49b2b09f-5be7-4a67-835e-9b11aa260f08",
33+
"layout": {
34+
"kind": "autoGrid",
35+
"inputIds": [ "meeting" ],
36+
"highlightDominantSpeaker": false,
37+
"resolution": {
38+
"width": 1920,
39+
"height": 1080
40+
}
41+
},
42+
"inputs": {
43+
"meeting": {
44+
"kind": "teamsMeeting",
45+
"teamsJoinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjhlYTc5NTEtYjQ0Ny00ZDkwLWIxZTYtYzg0MDNmMTg5MGIy%40thread.v2/0?context=%7b%22Tid%22%3a%2221fa45a2-67de-4731-b654-ccf5c9c0d577%22%2c%22Oid%22%3a%22fbb3436a-4ec7-46e0-b20d-e6de72513e58%22%7d"
46+
}
47+
},
48+
"outputs": {
49+
"meeting": {
50+
"kind": "teamsMeeting",
51+
"teamsJoinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjhlYTc5NTEtYjQ0Ny00ZDkwLWIxZTYtYzg0MDNmMTg5MGIy%40thread.v2/0?context=%7b%22Tid%22%3a%2221fa45a2-67de-4731-b654-ccf5c9c0d577%22%2c%22Oid%22%3a%22fbb3436a-4ec7-46e0-b20d-e6de72513e58%22%7d"
52+
}
53+
},
54+
"streamState": {
55+
"status": "notStarted"
56+
}
57+
}
58+
},
59+
"400": {
60+
"body": {
61+
"error": {
62+
"code": "BadRequest",
63+
"message": "The request contains invalid data."
64+
}
65+
}
66+
},
67+
"401": {
68+
"body": {
69+
"error": {
70+
"code": "Unauthorized",
71+
"message": "Request is not authorized."
72+
}
73+
}
74+
},
75+
"403": {
76+
"body": {
77+
"error": {
78+
"code": "Forbidden",
79+
"message": "User is not allowed to perform specified action."
80+
}
81+
}
82+
},
83+
"429": {
84+
"body": {
85+
"error": {
86+
"code": "TooManyRequests",
87+
"message": "Rate limit exceeded."
88+
}
89+
}
90+
},
91+
"503": {
92+
"body": {
93+
"error": {
94+
"code": "ServiceUnavailable",
95+
"message": "The server is currently unable to handle the request."
96+
}
97+
}
98+
}
99+
}
100+
}
101+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"parameters": {
3+
"endpoint": "https://contoso.westus.communications.azure.com",
4+
"api-version": "2022-07-16-preview1",
5+
"mediaCompositionId": "49b2b09f-5be7-4a67-835e-9b11aa260f08"
6+
},
7+
"responses": {
8+
"204": {},
9+
"400": {
10+
"body": {
11+
"error": {
12+
"code": "BadRequest",
13+
"message": "The request contains invalid data."
14+
}
15+
}
16+
},
17+
"401": {
18+
"body": {
19+
"error": {
20+
"code": "Unauthorized",
21+
"message": "Request is not authorized."
22+
}
23+
}
24+
},
25+
"403": {
26+
"body": {
27+
"error": {
28+
"code": "Forbidden",
29+
"message": "User is not allowed to perform specified action."
30+
}
31+
}
32+
},
33+
"429": {
34+
"body": {
35+
"error": {
36+
"code": "TooManyRequests",
37+
"message": "Rate limit exceeded."
38+
}
39+
}
40+
},
41+
"503": {
42+
"body": {
43+
"error": {
44+
"code": "ServiceUnavailable",
45+
"message": "The server is currently unable to handle the request."
46+
}
47+
}
48+
}
49+
}
50+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"parameters": {
3+
"endpoint": "https://contoso.westus.communications.azure.com",
4+
"api-version": "2022-07-16-preview1",
5+
"mediaCompositionId": "49b2b09f-5be7-4a67-835e-9b11aa260f08"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "49b2b09f-5be7-4a67-835e-9b11aa260f08",
11+
"layout": {
12+
"kind": "autoGrid",
13+
"inputIds": [ "meeting" ],
14+
"highlightDominantSpeaker": false,
15+
"resolution": {
16+
"width": 1920,
17+
"height": 1080
18+
}
19+
},
20+
"inputs": {
21+
"meeting": {
22+
"kind": "teamsMeeting",
23+
"teamsJoinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjhlYTc5NTEtYjQ0Ny00ZDkwLWIxZTYtYzg0MDNmMTg5MGIy%40thread.v2/0?context=%7b%22Tid%22%3a%2221fa45a2-67de-4731-b654-ccf5c9c0d577%22%2c%22Oid%22%3a%22fbb3436a-4ec7-46e0-b20d-e6de72513e58%22%7d"
24+
}
25+
},
26+
"outputs": {
27+
"meeting": {
28+
"kind": "teamsMeeting",
29+
"teamsJoinUrl": "https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZjhlYTc5NTEtYjQ0Ny00ZDkwLWIxZTYtYzg0MDNmMTg5MGIy%40thread.v2/0?context=%7b%22Tid%22%3a%2221fa45a2-67de-4731-b654-ccf5c9c0d577%22%2c%22Oid%22%3a%22fbb3436a-4ec7-46e0-b20d-e6de72513e58%22%7d"
30+
}
31+
},
32+
"streamState": {
33+
"status": "notStarted"
34+
}
35+
}
36+
},
37+
"400": {
38+
"body": {
39+
"error": {
40+
"code": "BadRequest",
41+
"message": "The request contains invalid data."
42+
}
43+
}
44+
},
45+
"401": {
46+
"body": {
47+
"error": {
48+
"code": "Unauthorized",
49+
"message": "Request is not authorized."
50+
}
51+
}
52+
},
53+
"403": {
54+
"body": {
55+
"error": {
56+
"code": "Forbidden",
57+
"message": "User is not allowed to perform specified action."
58+
}
59+
}
60+
},
61+
"429": {
62+
"body": {
63+
"error": {
64+
"code": "TooManyRequests",
65+
"message": "Rate limit exceeded."
66+
}
67+
}
68+
},
69+
"503": {
70+
"body": {
71+
"error": {
72+
"code": "ServiceUnavailable",
73+
"message": "The server is currently unable to handle the request."
74+
}
75+
}
76+
}
77+
}
78+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"parameters": {
3+
"endpoint": "https://contoso.westus.communications.azure.com",
4+
"api-version": "2022-07-16-preview1",
5+
"mediaCompositionId": "49b2b09f-5be7-4a67-835e-9b11aa260f08"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"streamState": {
11+
"status": "running"
12+
}
13+
}
14+
},
15+
"400": {
16+
"body": {
17+
"error": {
18+
"code": "BadRequest",
19+
"message": "The request contains invalid data."
20+
}
21+
}
22+
},
23+
"401": {
24+
"body": {
25+
"error": {
26+
"code": "Unauthorized",
27+
"message": "Request is not authorized."
28+
}
29+
}
30+
},
31+
"403": {
32+
"body": {
33+
"error": {
34+
"code": "Forbidden",
35+
"message": "User is not allowed to perform specified action."
36+
}
37+
}
38+
},
39+
"429": {
40+
"body": {
41+
"error": {
42+
"code": "TooManyRequests",
43+
"message": "Rate limit exceeded."
44+
}
45+
}
46+
},
47+
"503": {
48+
"body": {
49+
"error": {
50+
"code": "ServiceUnavailable",
51+
"message": "The server is currently unable to handle the request."
52+
}
53+
}
54+
}
55+
}
56+
}
57+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"parameters": {
3+
"endpoint": "https://contoso.westus.communications.azure.com",
4+
"api-version": "2022-07-16-preview1",
5+
"mediaCompositionId": "49b2b09f-5be7-4a67-835e-9b11aa260f08"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"streamState": {
11+
"status": "stopped"
12+
}
13+
}
14+
},
15+
"400": {
16+
"body": {
17+
"error": {
18+
"code": "BadRequest",
19+
"message": "The request contains invalid data."
20+
}
21+
}
22+
},
23+
"401": {
24+
"body": {
25+
"error": {
26+
"code": "Unauthorized",
27+
"message": "Request is not authorized."
28+
}
29+
}
30+
},
31+
"403": {
32+
"body": {
33+
"error": {
34+
"code": "Forbidden",
35+
"message": "User is not allowed to perform specified action."
36+
}
37+
}
38+
},
39+
"429": {
40+
"body": {
41+
"error": {
42+
"code": "TooManyRequests",
43+
"message": "Rate limit exceeded."
44+
}
45+
}
46+
},
47+
"503": {
48+
"body": {
49+
"error": {
50+
"code": "ServiceUnavailable",
51+
"message": "The server is currently unable to handle the request."
52+
}
53+
}
54+
}
55+
}
56+
}
57+

0 commit comments

Comments
 (0)