Skip to content

Comments

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

Open
djenczewski wants to merge 10 commits intoandroid-stream-api-testingfrom
refactor/move-creating-tracks-to-app-layer
Open

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

Conversation

@djenczewski
Copy link
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
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
Member Author

Choose a reason for hiding this comment

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

good question

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