Skip to content

Commit 56b674c

Browse files
committed
Added one comment
1 parent 53e40c2 commit 56b674c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Samples~/Meet/Assets/Runtime/MeetManager.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@ private void UnbindRemoteCameraFromTile(string sid, string identity)
244244
tile.ClearLive();
245245
}
246246

247+
/// <summary>
248+
/// If participants have other video sources than their camera (e.g. share their screen).
249+
/// </summary>
250+
/// <param name="video">The video track</param>
251+
/// <param name="identity">The participants identity</param>
247252
private void AddExtraVideoTile(RemoteVideoTrack video, string identity)
248253
{
249254
var sid = video.Sid;

0 commit comments

Comments
 (0)