Skip to content

Commit 9f1ba71

Browse files
authored
chore(dogfooding): update dogfooding deps to 0.3.8 (#659)
* update dogfooding deps to 0.3.8 * docs fix
1 parent a2c2f7a commit 9f1ba71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docusaurus/docs/Flutter/03-core-concepts/10-initial-call-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can access current options by calling `call.connectOptions` on the `Call` ob
5252

5353
```dart
5454
final call = client.makeCall(callType: StreamCallType(), id: '345');
55-
await call.getOrCreate(connectOptions: connectOptions);
55+
await call.getOrCreate();
5656
final callOptions = call.connectOptions;
5757
```
5858

dogfooding/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies:
2929
share_plus: ^7.1.0
3030
shared_preferences: ^2.2.0
3131
stream_chat_flutter: ^7.1.0
32-
stream_video_flutter: ^0.3.6
33-
stream_video_push_notification: ^0.3.6
32+
stream_video_flutter: ^0.3.8
33+
stream_video_push_notification: ^0.3.8
3434
uni_links: ^0.5.1
3535

3636
dev_dependencies:

packages/stream_video/lib/src/call/call_connect_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CallConnectOptions with EquatableMixin {
5757
screenShare,
5858
audioOutputDevice,
5959
audioInputDevice,
60-
cameraFacingMode
60+
cameraFacingMode,
6161
];
6262

6363
@override

0 commit comments

Comments
 (0)