Skip to content

Commit

Permalink
✨ Add hold/unhold conference member actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosoftei committed May 23, 2024
1 parent d4726c3 commit 2ede235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/Conference/Member/ActionEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ enum ActionEnum: string
case Unmute = 'unmute';
case Deaf = 'deaf';
case Undeaf = 'undeaf';
case Hold = 'hold';
case Unhold = 'unhold';
case Kick = 'kick';
case Hangup = 'hup';
}

0 comments on commit 2ede235

Please sign in to comment.