You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.2 KiB

2 years ago
//
// RootViewController.h
// AnyChatCallCenter
//
// Created by alex on 14-1-27.
// Copyright (c) 2014年 GuangZhou BaiRui NetWork Technology Co.,Ltd. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
#import <AVFoundation/AVFoundation.h>
#import "UserEntity.h"
#import <AnyChatCoreSDK/AnyChatCoreSDK.h>
#import "MZTimerLabel.h"
#import "ACVideoAlertView.h"
#import "ACBaseViewController.h"
@interface VideoViewController : ACBaseViewController<UIActionSheetDelegate>
/**
*/
@property (strong, nonatomic) UserEntity *theUserEntity;
/**
*/
@property (strong, nonatomic) DeviceVideoConfigModel *brModel;
/**
*/
@property(nonatomic, strong) DeviceModel * device;
/**
id
*/
@property(nonatomic, strong) NSString * video_id;
/**
NO
*/
@property (assign, nonatomic) BOOL isReceiveCall;
/**
0: 1:
*/
@property (assign, nonatomic) NSInteger callType;
/**
*/
@property (nonatomic) int callDuration;
@property (weak, nonatomic) IBOutlet UILabel *theVideoTimeLab;
/**
*/
-(void) StartVideoChat:(int) userid;
/**
*/
-(void)openRemoteView;
@end