Paul
Results
2
issues of
Paul
When I banned the camera permission and I can't see other people in the meeting
```js function renderWrappedText(ctx, value, width, x, y, fontSize, lineHeight) { ctx.font = "600 " + fontSize + "px sans-serif"; let lines = split(ctx, value, fontSize + "px sans-serif", width, true);...