Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTP2PSignalingReceiverProtocol.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 #import <Foundation/Foundation.h>
6 // RTCSignalingReceiverInterface is an ObjectiveC wrapper for
7 // SignalingReceiverInterface.
8 @protocol OWTP2PSignalingReceiverProtocol<NSObject>
9 - (void)onIncomingSignalingMessage:(NSString*)message;
10 @end