Skip to content

Commit

Permalink
feat(APIConnection): add two_way_link (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvito7 committed Sep 14, 2022
1 parent 32f5a7b commit d452f63
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deno/payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ export interface APIConnection {
* Whether activities related to this connection will be shown in presence updates
*/
show_activity: boolean;
/**
* Whether this connection supports console voice transfer
*/
two_way_link: boolean;
/**
* Visibility of this connection
*
Expand Down
4 changes: 4 additions & 0 deletions deno/payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ export interface APIConnection {
* Whether activities related to this connection will be shown in presence updates
*/
show_activity: boolean;
/**
* Whether this connection supports console voice transfer
*/
two_way_link: boolean;
/**
* Visibility of this connection
*
Expand Down
4 changes: 4 additions & 0 deletions payloads/v10/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ export interface APIConnection {
* Whether activities related to this connection will be shown in presence updates
*/
show_activity: boolean;
/**
* Whether this connection supports console voice transfer
*/
two_way_link: boolean;
/**
* Visibility of this connection
*
Expand Down
4 changes: 4 additions & 0 deletions payloads/v9/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ export interface APIConnection {
* Whether activities related to this connection will be shown in presence updates
*/
show_activity: boolean;
/**
* Whether this connection supports console voice transfer
*/
two_way_link: boolean;
/**
* Visibility of this connection
*
Expand Down

1 comment on commit d452f63

@vercel
Copy link

@vercel vercel bot commented on d452f63 Sep 14, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.