@sbhjt-gr/react-native-webrtc 124.0.4 → 124.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,7 +134,7 @@ public class PalabraClient implements AudioTrackSink {
134
134
  this.remoteTrackId = remoteAudioTrack.id();
135
135
  remoteAudioTrack.setVolume(0);
136
136
 
137
- Log.d(TAG, "palabra_start", remoteTrackId);
137
+ Log.d(TAG, "palabra_start: " + remoteTrackId);
138
138
 
139
139
  notifyConnectionState("connecting");
140
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sbhjt-gr/react-native-webrtc",
3
- "version": "124.0.4",
3
+ "version": "124.0.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/livekit/react-native-webrtc.git"