Skip to content

Commit

Permalink
add publisheronly
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK committed May 31, 2024
1 parent 7e27886 commit ef2e91c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OpenTok/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ abstract class Role extends BasicEnum
* <a href="https://tokbox.com/developer/guides/moderation/">Moderation developer guide</a>.
*/
const MODERATOR = 'moderator';

/**
* @var string
*/
const PUBLISHER_ONLY = 'publisheronly';
}

0 comments on commit ef2e91c

Please sign in to comment.