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
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](~/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)
333
333
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.
0 commit comments