Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.mockito:mockito-core:5.0.0")
implementation 'io.github.webrtc-sdk:android:137.7151.03'
implementation 'io.github.webrtc-sdk:android:137.7151.04'
implementation 'io.livekit:noise:2.0.0'
}

Expand Down
2 changes: 1 addition & 1 deletion example/lib/pages/prejoin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class _PreJoinPageState extends State<PreJoinPage> {
videoEncoding: cameraEncoding,
screenShareEncoding: screenEncoding,
),
e2eeOptions: e2eeOptions,
encryption: e2eeOptions,
),
);
// Create a Listener before connecting
Expand Down
1 change: 1 addition & 0 deletions example/lib/widgets/controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ class _ControlsWidgetState extends State<ControlsWidget> {
if (result == true) {
await widget.participant.publishData(
utf8.encode('This is a sample data message'),
reliable: true,
);
}
}
Expand Down
Loading
Loading