Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

rename project source files from jellyfish to fishjam #18

Merged
merged 10 commits into from
May 21, 2024

Conversation

karkakol
Copy link
Member

No description provided.

id 'maven-publish'

id "kotlin-android"
}

android {
namespace 'com.jellyfishdev.jellyfishclient'
namespace 'com.fishjam.client'
Copy link
Contributor

Choose a reason for hiding this comment

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

as we are still using fishjam-dev org, maybe we can stick with com.fishjamdev.client?

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

@@ -12,15 +12,15 @@ import org.membraneframework.rtc.models.RTCStats
import org.membraneframework.rtc.utils.Metadata
import org.webrtc.Logging

typealias TrackContext = JellyfishTrackContext
typealias TrackContext = FishjamTrackContext
Copy link
Contributor

Choose a reason for hiding this comment

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

(as part of other PR - I would check if FishjamTrackContext can be removed, as it happened on iOS version)

Copy link
Member Author

Choose a reason for hiding this comment

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

I had that in mind. I ticket created.

.build()
sendEvent(mediaEvent)
}

override fun onTrackAdded(ctx: TrackContext) {
val trackContext = TrackContext(ctx)
var trackContext = TrackContext(ctx)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change? trackContext is never updated

Copy link
Member Author

Choose a reason for hiding this comment

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

ktlint ( not sure why ).

import org.webrtc.EglBase
import org.webrtc.audio.AudioDeviceModule

internal interface MembraneRTCComponent {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this file still required?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, merge from main pulled this file. Deleted.

@@ -1,7 +1,7 @@
package jellyfishdev.jellyfishclient
package fishjamdev.fishjamclient
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

Suggested change
package fishjamdev.fishjamclient
package fishjamdev.client

(to partially match code package name)

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@mironiasty mironiasty left a comment

Choose a reason for hiding this comment

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

🍍

@karkakol karkakol merged commit 124bd36 into main May 21, 2024
1 check passed
@karkakol karkakol deleted the karkakol/rename-jellyfish-to-fishjam branch May 21, 2024 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants