Skip to content

Commit 9da0b68

Browse files
authored
Update manage-video-web.md
1 parent caf7338 commit 9da0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ optimalVideoCountFeature.on('optimalVideoCountChanged', () => {
329329
})
330330
```
331331

332-
Examples usage: Application should subscribe to changes of OVC and handle it in group calls by either creating new rendererer ( [createView](~/javascript/api/azure-communication-services/@azure/communication-calling/videostreamrenderer?view=azure-communication-services-js?preserve-view=true#@azure-communication-calling-videostreamrenderer-createview) or dispose views ([dispose](~/javascript/api/azure-communication-services/@azure/communication-calling/videostreamrendererview?view=azure-communication-services-js?preserve-view=true#@azure-communication-calling-videostreamrendererview-dispose)
332+
Examples usage: Application should subscribe to changes of OVC and handle it in group calls by either creating new rendererer ( `createView` method ) or dispose views (`dispose`)
333333
and update layout accordingly either by removing participants from the main call screen area (often called stage or roster ) or replacing their video elements with an avatar and a name of the user.
334334

335335

0 commit comments

Comments
 (0)