AvayaWebRTCConnectSDK
AOCallQualityNotificationEvent.h
Go to the documentation of this file.
1//
2// AOCallQualityNotificationEvent.h
3// OceanaCustomerWebVoiceVideo
4//
5// Created by Gslab Pune on 21/01/21.
6// Copyright © 2021 Avaya. All rights reserved.
7//
8
9#ifndef AOCallQualityNotificationEvent_h
10#define AOCallQualityNotificationEvent_h
11
12
13#endif /* AOCallQualityNotificationEvent_h */
14typedef NS_ENUM(NSUInteger, AOCallQualityNotificationEvent)
15{
16 CALL_QUALITY_CHANGE = 0,
17 VIDEO_DISABLED_BELOW_THRESHOLD = 1 ,
18 VIDEO_CAN_BE_ENABLED_THREHOLD_REACHED = 2
19};
typedef NS_ENUM(NSUInteger, AOCallQualityNotificationEvent)
Definition: AOCallQualityNotificationEvent.h:14