Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
p2psignalingreceiverinterface.h
1
// Copyright (C) <2018> Intel Corporation
2
//
3
// SPDX-License-Identifier: Apache-2.0
4
#ifndef OWT_P2P_SIGNALINGRECEIVERINTERFACE_H_
5
#define OWT_P2P_SIGNALINGRECEIVERINTERFACE_H_
6
namespace
owt
{
7
namespace
p2p {
14
class
P2PSignalingReceiverInterface {
15
public
:
17
virtual
void
OnIncomingSignalingMessage(
const
std::string& message) = 0;
18
};
19
}
20
}
22
#endif // OWT_P2P_SIGNALINGRECEIVERINTERFACE_H_
owt
Definition:
audioplayerinterface.h:8
sdk
include
cpp
owt
p2p
p2psignalingreceiverinterface.h
Generated on Mon Jun 15 2020 13:22:39 for Intel® Collaboration Suite for WebRTC version 4.3.1