Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: replace 'Broadcaster' with 'Gateway' #567

Merged
merged 1 commit into from
May 19, 2024

Conversation

rickstaa
Copy link
Member

@rickstaa rickstaa commented May 16, 2024

This pull request replaces all instances of 'Broadcaster' with 'Gateway' in
accordance with a decision made by the core team. For more details, refer to
the discussion at https://discord.com/channels/423160867534929930/1051963444598943784/1210356864643109004.

@dob there are two places where I did not yet rename the broadcaster term:

  1. In the monitor-stream-health page since this is a response returned by the studio API.
  2. In the contract-addresses page since these test contracts had that name at the given time.

@rickstaa rickstaa force-pushed the rename_broadcaster_to_gateway branch 2 times, most recently from 34bf15b to eea80c0 Compare May 16, 2024 10:55
@@ -54,7 +53,8 @@ also contain instructions for using flags to enable certain functionality in

- transcoder: Set to true to be an transcoder. Default `false`

- broadcaster: Set to true to be an broadcaster. Default `false`
- gateway: Set to true to be an gateway (formerly known as a Broadcaster).
Copy link
Member Author

Choose a reason for hiding this comment

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

@dob I added a formerly known as Broadcaser to prevent confusion.

@rickstaa rickstaa force-pushed the rename_broadcaster_to_gateway branch 2 times, most recently from 4a7abb1 to 61cd3ba Compare May 16, 2024 10:56
@rickstaa
Copy link
Member Author

@dob, @thomshutt the only parts I found in the docs where confusion might arise are the parts that already use the Gateway term in another context:

This commit replaces all instances of 'Broadcaster' with 'Gateway' in
accordance with a decision made by the core team. For more details, refer to
the discussion at https://discord.com/channels/423160867534929930/1051963444598943784/1210356864643109004.
@rickstaa rickstaa force-pushed the rename_broadcaster_to_gateway branch from 61cd3ba to 650929b Compare May 16, 2024 11:19
@rickstaa rickstaa merged commit 36b3902 into main May 19, 2024
@rickstaa rickstaa deleted the rename_broadcaster_to_gateway branch May 19, 2024 21:13
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