Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTConferenceErrors.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 #ifndef OWT_CONFERENCE_OBJC_OWTCONFERENCEERRORS_H_
5 #define OWT_CONFERENCE_OBJC_OWTCONFERENCEERRORS_H_
6 typedef NS_ENUM(NSInteger, OWTConferenceErrors) {
7  OWTConferenceErrorUnknown = 3000
8 };
9 #endif