Skip to content

Commit

Permalink
username, password optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Ribeiro authored and Bruno Ribeiro committed May 30, 2024
1 parent cc571ac commit f830a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/gen/coordinator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4823,7 +4823,7 @@ export interface RTMPBroadcast {
* @type {string}
* @memberof RTMPBroadcast
*/
password: string;
password?: string;
/**
*
* @type {string}
Expand Down Expand Up @@ -4853,7 +4853,7 @@ export interface RTMPBroadcast {
* @type {string}
* @memberof RTMPBroadcast
*/
username: string;
username?: string;
}
/**
* RTMP input settings
Expand Down

0 comments on commit f830a10

Please sign in to comment.