9#ifndef AOCallQualityNotificationEvent_h
10#define AOCallQualityNotificationEvent_h
14typedef NS_ENUM(NSUInteger, AOCallQualityNotificationEvent)
16 CALL_QUALITY_CHANGE = 0,
17 VIDEO_DISABLED_BELOW_THRESHOLD = 1 ,
18 VIDEO_CAN_BE_ENABLED_THREHOLD_REACHED = 2
typedef NS_ENUM(NSUInteger, AOCallQualityNotificationEvent)
Definition: AOCallQualityNotificationEvent.h:14