Skip to content

Commit ef2e91c

Browse files
committed
add publisheronly
1 parent 7e27886 commit ef2e91c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/OpenTok/Role.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ abstract class Role extends BasicEnum
2828
* <a href="https://tokbox.com/developer/guides/moderation/">Moderation developer guide</a>.
2929
*/
3030
const MODERATOR = 'moderator';
31+
32+
/**
33+
* @var string
34+
*/
35+
const PUBLISHER_ONLY = 'publisheronly';
3136
}

0 commit comments

Comments
 (0)