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
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.MediaComposition/README.md
+53-3Lines changed: 53 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,8 @@ var gridMediaCompositionResponse = await mediaCompositionClient.GetAsync(mediaCo
122
122
123
123
### Updating an existing media composition
124
124
125
-
Note: Updating the `groupCallInput` and the `teamsMeetingInput` is currently not supported. A new media composition will need to be created if `groupCallInput` and the `teamsMeetingInput` needs to change.
126
-
```C# Snippet:UpdateMediaComposition
125
+
You can update the layout:
126
+
```C# Snippet:UpdateLayout
127
127
varlayout=newMediaCompositionLayout()
128
128
{
129
129
Resolution=new(720, 480),
@@ -133,7 +133,57 @@ var layout = new MediaCompositionLayout()
Note: Upserting `GroupCall`, `Room`, and `TeamsMeeting` input kind is currently not supported if the media composition is running. The media composition will need to be stopped if `GroupCall`, `Room`, or `TeamsMeeting` inputs need to change.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.MediaComposition/api/Azure.Communication.MediaComposition.netstandard2.0.cs
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -151,12 +151,20 @@ public MediaCompositionClient(System.Uri endpoint, Azure.Core.TokenCredential to
0 commit comments