Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
ProAVUnassignedBehavior Struct Reference

Pro AV unassigned behavior. More...

#include <IProAVService.h>

Data Fields

ProAVUnassignedBehaviorType unassignedType = ProAVUnassignedBehaviorTypeOff
 
ProAVWallpaperRoomType roomType = ProAVWallpaperRoomTypeNone
 Unassigned type, see ProAVUnassignedBehaviorType enum.
 
uint32_t wallpaperIndex = 0
 Wallpaper room type, see ProAVWallpaperRoomType enum.
 

Detailed Description

Pro AV unassigned behavior.

Definition at line 63 of file IProAVService.h.

Field Documentation

◆ roomType

ProAVWallpaperRoomType ProAVUnassignedBehavior::roomType = ProAVWallpaperRoomTypeNone

Unassigned type, see ProAVUnassignedBehaviorType enum.

Definition at line 66 of file IProAVService.h.

◆ unassignedType

ProAVUnassignedBehaviorType ProAVUnassignedBehavior::unassignedType = ProAVUnassignedBehaviorTypeOff

Definition at line 65 of file IProAVService.h.

◆ wallpaperIndex

uint32_t ProAVUnassignedBehavior::wallpaperIndex = 0

Wallpaper room type, see ProAVWallpaperRoomType enum.

Definition at line 67 of file IProAVService.h.