API documentation  2.0rc1
Public Member Functions | List of all members
client::RTCIceTransport Class Reference

#include <clientlib.h>

Inherits client::RTCStatsProvider.

Public Member Functions

Stringget_component ()
 
RTCIceGathererget_iceGatherer ()
 
EventListenerget_oncandidatepairchange ()
 
void set_oncandidatepairchange (EventListener *)
 
EventListenerget_onicestatechange ()
 
void set_onicestatechange (EventListener *)
 
Stringget_role ()
 
Stringget_state ()
 
void addRemoteCandidate (RTCIceCandidateDictionary *remoteCandidate)
 
void addRemoteCandidate (RTCIceCandidateComplete *remoteCandidate)
 
RTCIceTransportcreateAssociatedTransport ()
 
RTCIceCandidatePairgetNominatedCandidatePair ()
 
ArraygetRemoteCandidates ()
 
RTCIceParametersgetRemoteParameters ()
 
void setRemoteCandidates (Array *remoteCandidates)
 
void start (RTCIceGatherer *gatherer, RTCIceParameters *remoteParameters)
 
void stop ()
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
RTCIceTransportget_prototype ()
 
void set_prototype (RTCIceTransport *)
 
 RTCIceTransport ()
 
- Public Member Functions inherited from client::RTCStatsProvider
PromisegetStats ()
 
PromisemsGetStats ()
 
RTCStatsProviderget_prototype ()
 
void set_prototype (RTCStatsProvider *)
 
 RTCStatsProvider ()
 
- Public Member Functions inherited from client::EventTarget
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
bool dispatchEvent (Event *evt)
 
void removeEventListener (const String &type)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, bool options)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ RTCIceTransport()

client::RTCIceTransport::RTCIceTransport ( )

Member Function Documentation

◆ addEventListener() [1/5]

void client::RTCIceTransport::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::RTCIceTransport::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::RTCIceTransport::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::RTCIceTransport::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::RTCIceTransport::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ addRemoteCandidate() [1/2]

void client::RTCIceTransport::addRemoteCandidate ( RTCIceCandidateDictionary remoteCandidate)

◆ addRemoteCandidate() [2/2]

void client::RTCIceTransport::addRemoteCandidate ( RTCIceCandidateComplete remoteCandidate)

◆ createAssociatedTransport()

RTCIceTransport* client::RTCIceTransport::createAssociatedTransport ( )

◆ get_component()

String* client::RTCIceTransport::get_component ( )

◆ get_iceGatherer()

RTCIceGatherer* client::RTCIceTransport::get_iceGatherer ( )

◆ get_oncandidatepairchange()

EventListener* client::RTCIceTransport::get_oncandidatepairchange ( )

◆ get_onicestatechange()

EventListener* client::RTCIceTransport::get_onicestatechange ( )

◆ get_prototype()

RTCIceTransport* client::RTCIceTransport::get_prototype ( )

◆ get_role()

String* client::RTCIceTransport::get_role ( )

◆ get_state()

String* client::RTCIceTransport::get_state ( )

◆ getNominatedCandidatePair()

RTCIceCandidatePair* client::RTCIceTransport::getNominatedCandidatePair ( )

◆ getRemoteCandidates()

Array* client::RTCIceTransport::getRemoteCandidates ( )

◆ getRemoteParameters()

RTCIceParameters* client::RTCIceTransport::getRemoteParameters ( )

◆ removeEventListener() [1/5]

void client::RTCIceTransport::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::RTCIceTransport::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::RTCIceTransport::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::RTCIceTransport::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::RTCIceTransport::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_oncandidatepairchange()

void client::RTCIceTransport::set_oncandidatepairchange ( EventListener )

◆ set_onicestatechange()

void client::RTCIceTransport::set_onicestatechange ( EventListener )

◆ set_prototype()

void client::RTCIceTransport::set_prototype ( RTCIceTransport )

◆ setRemoteCandidates()

void client::RTCIceTransport::setRemoteCandidates ( Array remoteCandidates)

◆ start()

void client::RTCIceTransport::start ( RTCIceGatherer gatherer,
RTCIceParameters remoteParameters 
)

◆ stop()

void client::RTCIceTransport::stop ( )