Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConferenceRole

Index

Enumeration members

ACTOR

ACTOR: = 3

can receive and send

AGENT

AGENT: = 64

a call center role

DELIVERY_IRC

DELIVERY_IRC: = 256

the autogen by Conference and only one participant

DELIVERY_MASK

DELIVERY_MASK: = 1792

The valid delivery role mask

DELIVERY_MCU

DELIVERY_MCU: = 2048

The role of ConfDelivery for MCU

DELIVERY_PSTN

DELIVERY_PSTN: = 1024

The role of ConfDelivery for PSTN

DELIVERY_WEBRTC

DELIVERY_WEBRTC: = 512

The role of ConfDelivery for WebRTC

GUEST

GUEST: = 128

a call center role

OWNER

OWNER: = 8

the autogen by Conference and only one participant

PARTP

PARTP: = 7

normal participant, this is default roles

PLAYER

PLAYER: = 4

his event will be broadcast

SENDER

SENDER: = 2

only can send

SERVICE_MASK

SERVICE_MASK: = 65535

The valid service mask, keep for special purpose

VIEWER

VIEWER: = 1

only can receive

Generated using TypeDoc