AvayaWebRTCConnectSDK
AOCallQualityNotification.h
Go to the documentation of this file.
1//
2// AOCallQualityNotification.h
3// OceanaCustomerWebVoiceVideo
4//
5// Created by Gslab Pune on 21/01/21.
6// Copyright © 2021 Avaya. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "AOCallQuality.h"
12
13@interface AOCallQualityNotification : NSObject
14@property (nonatomic, assign) AOCallQualityNotificationEvent notificationEvent;
15@property (nonatomic, assign) AOCallQuality qualityValue;
16-(AOCallQualityNotification *)initCallQualityNotification:(AOCallQualityNotificationEvent)event quality:(AOCallQuality)quality;
17-(AOCallQualityNotificationEvent)getEvent;
18-(AOCallQuality)getQuality;
19@end
20
Definition: AOCallQualityNotification.h:14
AOCallQualityNotificationEvent getEvent()
AOCallQualityNotificationEvent notificationEvent
Definition: AOCallQualityNotification.h:14
AOCallQuality getQuality()
AOCallQuality qualityValue
Definition: AOCallQualityNotification.h:15