DataTypes
VideoCodecAdapter
Case | Description |
H264 | Hardware H.264 encode & decode via VideoToolbox |
VP8 | Stable, software VP8 encode & decode via libvpx |
VideoRendererAdapter
Case | Description |
Metal | Modern advanced rendering using graphics processors |
OpenGL | Hardware-accelerated 2D and 3D graphics rendering |
WTALogLevel
Case | Description |
debug | |
info | |
warning | |
error | |
none |
StreamQualityAdapter
Case | Description |
bad | Bad stream quality |
good | Good stream quality |
excellent | Excellent stream quality |
SessionStateAdapter
Case | Description |
created | Session is created |
connected | Session is connected |
reconnecting | Session is reconnecting |
switchingMode | Session is switch mode from MESH to SFU |
disconnecting | Session is disconnecting |
disconnected | Session is disconnected |
VideoQualityAdapter
Case | Description |
Low | 144x81 |
Default | 480x270 |
High | 1200x675 |
w144 | 144x81 |
w160 | 160x90 |
w176 | 176x99 |
w240 | 240x135 |
w288 | 288x162 |
w320 | 320x180 |
w352 | 352x198 |
w360 | 368x207 |
w480 | 480x270 |
w608 | 608x342 |
w640 | 640x360 |
w720 | 720x405 |
w768 | 768x432 |
w800 | 800x450 |
w960 | 960x540 |
w1024 | 1024x576 |
w1088 | 1088x612 |
w1200 | 1200x675 |
ParticipantTypeAdapter
Case | Description |
fullParticipant | Publish and receive media |
viewer | Receive media |
broadcaster | Publish media |
Last updated