Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTClientConfiguration.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 #import <WebRTC/RTCConfiguration.h>
5 NS_ASSUME_NONNULL_BEGIN
8 RTC_OBJC_EXPORT
9 @interface OWTClientConfiguration : NSObject
11 @property(nonatomic, strong) RTCConfiguration* rtcConfiguration;
12 @end
13 NS_ASSUME_NONNULL_END
Base class for configurations for conference and P2P client.
Definition: OWTClientConfiguration.h:9
RTCConfiguration * rtcConfiguration
Configuration for WebRTC connections.
Definition: OWTClientConfiguration.h:11