Skip to content

Commit

Permalink
Rename Fishjam Cloud to Fishjam FCE-893 (#269)
Browse files Browse the repository at this point in the history
## Description

Changed all occurrences of `Fishjam Cloud` to `Fishjam` in user-facing
content.

Did not touch codebase

## Motivation and Context

We have settled on Fishjam as the project name.

## Types of changes

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to
      not work as expected)

## Checklist:

- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.

## Screenshots (if appropriate)
  • Loading branch information
AHGIJMKLKKZNPJKQR authored Dec 9, 2024
1 parent 2a8f3bc commit 3b41f10
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="./.github/images/fishjam-card.png" width="100%">

# Fishjam Cloud Mobile Client
# Fishjam Mobile Client

Monorepo containing mobile SDKs for [Fishjam](https://github.com/fishjam-dev/fishjam) server.

Expand All @@ -13,7 +13,7 @@ Monorepo containing mobile SDKs for [Fishjam](https://github.com/fishjam-dev/fis
## Documentation

Our [official documentation](https://docs.fishjam.io/) on how [Fishjam Cloud](https://fishjam.io) works and how to integrate our service with your app.
Our [official documentation](https://docs.fishjam.io/) on how [Fishjam](https://fishjam.io) works and how to integrate our service with your app.

## Example

Expand All @@ -36,7 +36,7 @@ The code should be released using our [release.yml](./.github/workflows/release.

Licensed under the [Apache License, Version 2.0](LICENSE)

## Fishjam Cloud is created by Software Mansion
## Fishjam is created by Software Mansion

Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=fishjam&utm_medium=mobile-readme).

Expand Down
2 changes: 1 addition & 1 deletion examples/fishjam-chat/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React Native Fishjam Cloud example
# React Native Fishjam example

## Running the Example app

Expand Down
8 changes: 4 additions & 4 deletions packages/android-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Android client library for [Fishjam](https://github.com/fishjam-dev/fishjam).

> [!WARNING]
> [!WARNING]
> This SDK is not stable yet. We recommend to use
> [React Native Client](https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/packages/react-native-client) for Fishjam Cloud
> [React Native Client](https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/packages/react-native-client) for Fishjam
> services.
## Installation
Expand Down Expand Up @@ -32,7 +32,7 @@ Add the dependency:

Make sure you have:

- Running [Fishjam Cloud](https://fishjam.io) account.
- Running [Fishjam](https://fishjam.io) account.
- Created room and token of peer in that room. You can use [Room Manager](https://fishjam.io/app) from your account dashboard

## Development
Expand All @@ -49,7 +49,7 @@ your own bug fixes and/or features.`

Licensed under the [Apache License, Version 2.0](LICENSE)

## Fishjam Cloud is created by Software Mansion
## Fishjam is created by Software Mansion

Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=fishjam&utm_medium=mobile-readme).

Expand Down
4 changes: 2 additions & 2 deletions packages/ios-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> [!WARNING]
> This SDK is not stable yet. We recommend to use
> [React Native Client](https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/packages/react-native-client) for Fishjam Cloud
> [React Native Client](https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/packages/react-native-client) for Fishjam
> services.
## Components
Expand Down Expand Up @@ -34,7 +34,7 @@ request with your own bug fixes and/or features.

Licensed under the [Apache License, Version 2.0](LICENSE)

## Fishjam Cloud is created by Software Mansion
## Fishjam is created by Software Mansion

Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=fishjam&utm_medium=mobile-readme).

Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="../../.github/images/fishjam-card.png" width="100%">

# Fishjam Cloud React Native client
# Fishjam React Native client

`@fishjam-cloud/react-native-client` is an easiest way to add video streaming to your React Native app.

Expand All @@ -10,7 +10,7 @@ Check out the [installation](https://docs.fishjam.io/react-native/installation)

# Documentation

Check out our [documentation](https://docs.fishjam.io/) on how Fishjam Cloud work and how to integrate our service with your app.
Check out our [documentation](https://docs.fishjam.io/) on how Fishjam work and how to integrate our service with your app.

There is also [API documentation](https://fishjam-cloud.github.io/mobile-client-sdk/modules/_fishjam_cloud_react_native_client.html) available.

Expand All @@ -22,7 +22,7 @@ There is simple example app, that allows you to test our service. To run it loca

Licensed under the [Apache License, Version 2.0](LICENSE)

## Fishjam Cloud is created by Software Mansion
## Fishjam is created by Software Mansion

Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=fishjam&utm_medium=mobile-readme).

Expand Down
5 changes: 3 additions & 2 deletions packages/react-native-client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@fishjam-cloud/react-native-client",
"version": "0.6.0",
"description": "A React Native client for Fishjam Cloud",
"author": "Fishjam Cloud Team",
"description": "A React Native client for Fishjam",
"author": "Fishjam Team",
"license": "Apache-2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -22,6 +22,7 @@
"keywords": [
"react-native",
"expo",
"Fishjam",
"FishjamCloud",
"MembraneWebRTC",
"webRTC",
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"entryPoints": ["packages/*"],
"name": "Fishjam Cloud Mobile SDK",
"name": "Fishjam Mobile SDK",
"entryPointStrategy": "packages",
"includeVersion": true,
"plugin": ["typedoc-material-theme"],
Expand Down

0 comments on commit 3b41f10

Please sign in to comment.