IMP(低代码音视频工厂)SDK v1.5.0
IMP SDK API Reference Manual for iOS Platforms
AIRBRoomEngineConfig.h
1//
2// AIRBRoomEngineConfig.h
3// AliInteractiveRoomBundle
4//
5// Created by fernando on 2021/5/7.
6// Copyright © 2021 AliYun. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13@interface AIRBRoomEngineConfig : NSObject
14
15@property (copy, nonatomic, nonnull) NSString *appID;
16@property (copy, nonatomic, nonnull) NSString *appKey;
17@property (copy, nonatomic, nonnull) NSString *deviceID;
18
19@end
20
21NS_ASSUME_NONNULL_END
Definition: AIRBRoomEngineConfig.h:14