We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e27886 commit ef2e91cCopy full SHA for ef2e91c
src/OpenTok/Role.php
@@ -28,4 +28,9 @@ abstract class Role extends BasicEnum
28
* <a href="https://tokbox.com/developer/guides/moderation/">Moderation developer guide</a>.
29
*/
30
const MODERATOR = 'moderator';
31
+
32
+ /**
33
+ * @var string
34
+ */
35
+ const PUBLISHER_ONLY = 'publisheronly';
36
}
0 commit comments