3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/ConnectionRole.h"
18class TransportDescriptionFactory {
29 TransportDescriptionFactory& operator=(TransportDescriptionFactory
const&);
30 TransportDescriptionFactory(TransportDescriptionFactory
const&);
31 TransportDescriptionFactory();
36 MCNAPI ::std::unique_ptr<::cricket::TransportDescription>
CreateAnswer(
39 bool require_transport_attributes,
44 MCNAPI ::std::unique_ptr<::cricket::TransportDescription>
CreateOffer(
Definition IceCredentialsIterator.h:12
MCAPI ~TransportDescriptionFactory()
MCAPI bool SetSecurityInfo(::cricket::TransportDescription *desc, ::cricket::ConnectionRole role) const
MCAPI TransportDescriptionFactory(::webrtc::FieldTrialsView const &field_trials)
MCAPI ::std::unique_ptr<::cricket::TransportDescription > CreateAnswer(::cricket::TransportDescription const *offer, ::cricket::TransportOptions const &options, bool require_transport_attributes, ::cricket::TransportDescription const *current_description, ::cricket::IceCredentialsIterator *ice_credentials) const
MCAPI ::std::unique_ptr<::cricket::TransportDescription > CreateOffer(::cricket::TransportOptions const &options, ::cricket::TransportDescription const *current_description, ::cricket::IceCredentialsIterator *ice_credentials) const
MCAPI void * $ctor(::webrtc::FieldTrialsView const &field_trials)
Definition FieldTrialsView.h:7
Definition TransportDescription.h:17
Definition TransportOptions.h:7