//
|
// include.h
|
// LinphoneSdk
|
//
|
// Created by Danmei Chen on 15/05/2019.
|
// Copyright © 2019 belledonne. All rights reserved.
|
//
|
|
#ifndef include_h
|
#define include_h
|
#import "linphone/factory.h"
|
#import "linphone/types.h"
|
|
#import "linphone/core.h"
|
#import "linphone/call.h"
|
#import "linphone/tunnel.h"
|
#import "linphone/wrapper_utils.h"
|
#import "linphone/core_utils.h"
|
|
#import "belle-sip/object.h"
|
#import "bctoolbox/list.h"
|
#import "mediastreamer2/msfactory.h"
|
|
#endif /* include_h */
|