Skip to content

feat/streams-android: Implement tracks observer and better management#122

Merged
djenczewski merged 10 commits intoandroid-stream-api-testingfrom
refactor/move-creating-tracks-to-app-layer
Mar 4, 2026
Merged

feat/streams-android: Implement tracks observer and better management#122
djenczewski merged 10 commits intoandroid-stream-api-testingfrom
refactor/move-creating-tracks-to-app-layer

Conversation

@djenczewski
Copy link
Copy Markdown
Member

No description provided.

… refactor/move-creating-tracks-to-app-layer

# Conflicts:
#	privmx-endpoint-streams/android/src/main/java/com/simplito/java/privmx_endpoint/modules/stream/StreamApi.java
MediaStreamTrack track = rtpReceiver.track();
if (peerConnectionFactory != null && track != null && track.id() != null) {

PmxFrameCryptorFactory.createPmxFrameCryptorForRtpReceiver(peerConnectionFactory, rtpReceiver, keyStore);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 2 times?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good question

@djenczewski djenczewski merged commit a0222e9 into android-stream-api-testing Mar 4, 2026
@djenczewski djenczewski deleted the refactor/move-creating-tracks-to-app-layer branch March 4, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants