Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed Nov 5, 2024
1 parent 93f7b33 commit ab62e34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ await call.setIncomingVideoEnabled(false);

To enable incoming video again, pass `true` as an argument:

```js
```dart
await call.setIncomingVideoEnabled(true);
```

Expand Down

0 comments on commit ab62e34

Please sign in to comment.